Skip to content

Commit f328e5b

Browse files
authored
Add new issue types to templates (#5312)
* Add new issue types to templates * Update bug_report.yml * Update feature_request.yml
1 parent da6e2f6 commit f328e5b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Bug report
22
description: Create a report to help us improve
3+
type: Bug
34
body:
45
- type: markdown
56
attributes:
67
value: |
78
Thanks for taking the time to fill out this bug report for Geyser! Fill out the following form to your best ability to help us fix the problem.
8-
Only use this if you're absolutely sure that you found a bug and can reproduce it. For anything else, use: [our Discord server](https://discord.gg/geysermc), [the FAQ](https://github.com/GeyserMC/Geyser/wiki/FAQ) or the [Common Issues](https://github.com/GeyserMC/Geyser/wiki/Common-Issues).
9+
Only use this if you're absolutely sure that you found a bug and can reproduce it. For anything else, use: [our Discord server](https://discord.gg/geysermc), [the FAQ](https://geysermc.org/wiki/geyser/faq) or the [Common Issues](https://geysermc.org/wiki/geyser/common-issues).
910
- type: textarea
1011
attributes:
1112
label: Describe the bug

.github/ISSUE_TEMPLATE/feature_request.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: Feature request
22
description: Suggest an idea for this project
33
labels: "Feature Request"
4+
type: Feature
45
body:
56
- type: markdown
67
attributes:
78
value: |
89
Thanks for taking the time to fill out this feature request for Geyser! Please fill out the following form to your best ability to help us understand your feature request and significantly improve the chance of getting added.
9-
For anything else than a feature request, use: [our Discord server](https://discord.gg/geysermc), [the FAQ](https://github.com/GeyserMC/Geyser/wiki/FAQ) or [the Common Issues](https://github.com/GeyserMC/Geyser/wiki/Common-Issues).
10+
For anything else than a feature request, use: [our Discord server](https://discord.gg/geysermc), [the FAQ](https://geysermc.org/wiki/geyser/faq) or the [Common Issues](https://geysermc.org/wiki/geyser/common-issues).
1011
- type: textarea
1112
attributes:
1213
label: What feature do you want to see added?
@@ -18,4 +19,4 @@ body:
1819
label: Are there any alternatives?
1920
description: List any alternatives you might have tried
2021
validations:
21-
required: true
22+
required: true

0 commit comments

Comments
 (0)