diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 4b8f244..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -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 deleted file mode 100644 index f3c45db..0000000 --- a/.github/ISSUE_TEMPLATE/custom-issue.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -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 deleted file mode 100644 index aece467..0000000 --- a/.github/ISSUE_TEMPLATE/suggestion.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -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