This commit is contained in:
Nordi98 2025-08-11 16:51:34 +02:00
parent 600d79af31
commit 5d11084641
136 changed files with 12007 additions and 584 deletions

View file

@ -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.

View file

@ -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. -->