mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-08-02 22:15:58 -04:00
Issue templates
This commit is contained in:
parent
6178c14601
commit
875e27609b
42
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
42
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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
10
.github/ISSUE_TEMPLATE/custom-issue.md
vendored
Normal 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
21
.github/ISSUE_TEMPLATE/suggestion.md
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user