Skip to content

Commit

Permalink
Merge pull request #8 from Project-Sloth/v2
Browse files Browse the repository at this point in the history
ps-ui v2
  • Loading branch information
MonkeyWhisper authored Aug 27, 2024
2 parents eab3a4e + 3cc83e7 commit 7f0e2d4
Show file tree
Hide file tree
Showing 108 changed files with 9,279 additions and 364 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
28 changes: 28 additions & 0 deletions .github/pull_request_template.md
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. -->
Loading

0 comments on commit 7f0e2d4

Please sign in to comment.