mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 23:25:10 +01:00
Update issue templates
This commit is contained in:
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
title: 'Bug: '
|
||||||
labels: bug
|
labels: bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
@@ -21,15 +21,17 @@ Steps to reproduce the behavior:
|
|||||||
A clear and concise description of what you expected to happen.
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
**Screenshots**
|
**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):**
|
**Desktop (please complete the following information):**
|
||||||
- OS: [e.g. Linux]
|
- OS: [e.g. Windows / Linux / MacOS]
|
||||||
- Minecraft [e.g. 1.14.4]
|
- Minecraft [e.g. 1.20.4]
|
||||||
- Fabric [e.g. fabric 0.7.2+build.174]
|
- Modloader [e.g. Fabric Loader 0.15.6]
|
||||||
- Mods [e.g. aurora_keystrokes v1.0.0, modmenu v1.7.15]
|
- 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]
|
- Version [e.g. 1.0.0]
|
||||||
- Branch [e.g. dev]
|
- Remove this line if you actually completed it
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
In case of a crash, please provide the crash log.
|
||||||
|
|||||||
40
.github/ISSUE_TEMPLATE/controller_support.md
vendored
Normal file
40
.github/ISSUE_TEMPLATE/controller_support.md
vendored
Normal file
@@ -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.
|
||||||
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: ''
|
title: 'Feature: '
|
||||||
labels: enhancement
|
labels: enhancement
|
||||||
assignees: ''
|
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.
|
A clear and concise description of any alternative solutions or features you've considered.
|
||||||
|
|
||||||
**Additional context**
|
**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.
|
||||||
|
|||||||
Reference in New Issue
Block a user