diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..4b8f244 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/custom-issue.md b/.github/ISSUE_TEMPLATE/custom-issue.md new file mode 100644 index 0000000..f3c45db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom-issue.md @@ -0,0 +1,10 @@ +--- +name: Custom issue +about: An empty issue template if the existing ones don't fit your neds. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/suggestion.md b/.github/ISSUE_TEMPLATE/suggestion.md new file mode 100644 index 0000000..aece467 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggestion.md @@ -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