From 85ab69a446d7d00df232c2a49a76778ffd81ef52 Mon Sep 17 00:00:00 2001 From: Boxadactle Date: Thu, 18 Jul 2024 22:53:58 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++ .github/ISSUE_TEMPLATE/question-or-support.md | 20 +++++++++++++ 3 files changed, 69 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question-or-support.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..a40d949 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Report any bugs that cause issues when playing +title: '' +labels: bug +assignees: '' + +--- + +## Clear and Consise description of the issue + +**What happened**? + + +**What did you expect to happen?** + + +**Steps to reproduce the issue:** + + +## Mod Information +**Minecraft version:** +**Mod version:** +**Other relevant mods:** + +**Relevant logs (if applicable):** +Pastebin link or attachment + +## Screenshots or videos: (Optional) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..11fc491 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/question-or-support.md b/.github/ISSUE_TEMPLATE/question-or-support.md new file mode 100644 index 0000000..9a32e84 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question-or-support.md @@ -0,0 +1,20 @@ +--- +name: Question or Support +about: Ask any questions about the mod +title: '' +labels: question +assignees: '' + +--- + +## Clear and concise description of your problem + +**What are you trying to achieve?** + + +**What is happening instead?** + + +## Relevant details about your setup +**Minecraft version:** +**Mod version:**