From 454afa92ec3eaea3c78cb84495db50c0e3f9fedc Mon Sep 17 00:00:00 2001 From: Martin Prokoph Date: Wed, 14 Feb 2024 12:45:48 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 16 ++++---- .github/ISSUE_TEMPLATE/controller_support.md | 40 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 4 +- 3 files changed, 51 insertions(+), 9 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/controller_support.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1256956..9ca182d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: '' +title: 'Bug: ' labels: bug assignees: '' @@ -21,15 +21,17 @@ Steps to reproduce the behavior: A clear and concise description of what you expected to happen. **Screenshots** -If applicable, add screenshots to help explain your problem. +If applicable, add screenshots or videos to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. Linux] - - Minecraft [e.g. 1.14.4] - - Fabric [e.g. fabric 0.7.2+build.174] - - Mods [e.g. aurora_keystrokes v1.0.0, modmenu v1.7.15] + - OS: [e.g. Windows / Linux / MacOS] + - Minecraft [e.g. 1.20.4] + - Modloader [e.g. Fabric Loader 0.15.6] + - Fabric/Quilt Libraries [e.g. Fabric Api 0.96.1+1.20.4] + - Mods [e.g. Puzzle v1.6.1, LilTaterReloaded v1.1.15] - Version [e.g. 1.0.0] - - Branch [e.g. dev] + - Remove this line if you actually completed it **Additional context** Add any other context about the problem here. +In case of a crash, please provide the crash log. diff --git a/.github/ISSUE_TEMPLATE/controller_support.md b/.github/ISSUE_TEMPLATE/controller_support.md new file mode 100644 index 0000000..ba8ab93 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/controller_support.md @@ -0,0 +1,40 @@ +--- +name: Controller support +about: Report a problem related to a specific controller +title: 'Controller Issues: CONTROLLER NAME HERE' +labels: controller +assignees: '' + +--- + +**Describe the current state** +A clear and concise description of current state of support for the controller and the issues. + +**To Reproduce** +If needed, specify 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 or videos to help explain your problem. + +**Desktop (please complete the following information):** + - Have you checked #263 for your controller? [e.g. Yes/No] + - Connection method [e.g. Wired / Bluetooth] + + - OS: [e.g. Windows / Linux / MacOS] + - Minecraft [e.g. 1.20.4] + - Modloader [e.g. Fabric Loader 0.15.6] + - Fabric/Quilt Libraries [e.g. Fabric Api 0.96.1+1.20.4] + - Mods [e.g. Puzzle v1.6.1, LilTaterReloaded v1.1.15] + - Version [e.g. 1.0.0] + - Remove this line if you actually completed it + +**Additional context** +Add any other context about the problem here. +In case of a crash, please provide the crash log. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 11fc491..a3ef59c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: '' +title: 'Feature: ' labels: enhancement assignees: '' @@ -17,4 +17,4 @@ A clear and concise description of what you want to happen. 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. +Add any other context or screenshots/videos about the feature request here.