Issue templates

This commit is contained in:
blryface 2024-09-19 16:05:54 -03:00 committed by GitHub
parent 6178c14601
commit 875e27609b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 73 additions and 0 deletions

42
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,42 @@
---
name: Bug report
about: Report a bug you've found
title: "[BUG] "
labels: bug
assignees: ''
---
# Bug description
A clear and concise description of what the bug is.
## Steps to reproduce
Steps to reproduce the behavior:
1. Do '...'
2. Trigger '...'
3. Run the '...' command
4. See error
# Other Info
## Expected behavior:
A clear and concise description of what you expected to happen.
## Screenshots
If applicable, add screenshots to help explain your problem.
## System:
- OS: [e.g. Windows 11]
- Java version [e.g. Java 21 Adoptium]
- Version [e.g. 0.0 (Joy hasn't *released* yet.]
## Additional context
Add any other context about the problem here.
## Checklist
- [ ] I have checked if this feature was already suggested
- [ ] I have checked that this feature doesn't already exist
- [ ] My suggestion fits the mod
- [ ] I did not read this section

10
.github/ISSUE_TEMPLATE/custom-issue.md vendored Normal file
View File

@ -0,0 +1,10 @@
---
name: Custom issue
about: An empty issue template if the existing ones don't fit your neds.
title: ''
labels: ''
assignees: ''
---

21
.github/ISSUE_TEMPLATE/suggestion.md vendored Normal file
View File

@ -0,0 +1,21 @@
---
name: Suggestion
about: Suggest a feature for Joy Mod
title: "[SUGGESTION] "
labels: enhancement
assignees: ''
---
# [Sugestion Title]
[Suggestion description - replace this with what your idea is.]
## Additional info
Add any other info or screenshots about the feature request here.
## Checklist
- [ ] I have checked if this feature was already suggested
- [ ] I have checked that this feature doesn't already exist
- [ ] My suggestion fits the mod
- [ ] I did not read this section