From 9dd7708be29c4f72a520fd1b7cc26208c8e7d9c7 Mon Sep 17 00:00:00 2001 From: DrBiznes Date: Wed, 11 Sep 2024 20:18:34 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-suggestion.md | 11 +++++++ 2 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-suggestion.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..37e4140 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: DrBiznes + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '...' +3. Scroll down to '...' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment (please complete the following information):** + - OS: [e.g., Windows, MacOS, Linux] + - Minecraft Version: [e.g., 1.17.1] + - Mod Version: [e.g., 1.0.0] + - Other Mods Installed: [List any other mods you have installed] + +**Additional context** +Add any other context about the problem here. Please include Crash Logs if you crashed. diff --git a/.github/ISSUE_TEMPLATE/feature-suggestion.md b/.github/ISSUE_TEMPLATE/feature-suggestion.md new file mode 100644 index 0000000..4e49fb2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-suggestion.md @@ -0,0 +1,11 @@ +--- +name: Feature Suggestion +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: DrBiznes + +--- + +**Describe the feature you'd like** +A clear and concise description of what you want to happen.