-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from Project-Sloth/v2
ps-ui v2
- Loading branch information
Showing
108 changed files
with
9,279 additions
and
364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected Behaviour** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
### Description | ||
e.g. UI does not close after completing menu game | ||
<!-- Provide a brief summary of the changes proposed in this pull request. --> | ||
|
||
### Related Issue | ||
<!-- Link to the related issue(s) this pull request addresses. --> | ||
e.g. Closes #123 | ||
|
||
### Type of Change | ||
<!-- Please delete options that are not relevant. --> | ||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Improvement | ||
- [ ] Documentation update | ||
- [ ] Other (please specify): | ||
|
||
### Checklist | ||
- [ ] I have read and followed the contributing guidelines. | ||
- [ ] I have tested the changes locally. | ||
- [ ] I have updated the documentation if necessary. | ||
- [ ] I have added or updated tests to cover the changes. | ||
- [ ] I have verified that the code style and formatting adhere to the project's standards. | ||
|
||
### Screenshots | ||
<!-- If applicable, add screenshots to help explain the changes. --> | ||
|
||
### Additional Information | ||
<!-- Provide any additional context or information that reviewers should be aware of. --> |
Oops, something went wrong.