finally finish issue templates

This commit is contained in:
Jack Fitch
2023-03-08 15:46:30 -05:00
parent 9461db7d7e
commit dfb89d7e40
2 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Have you searched the wiki and looked for existing issues for this? label: Have you searched the wiki and looked for existing issues for this?
description: Check the wiki first in case this is a common issue. If it isn't make sure that no one else has reported it yet. description: Check the wiki first in case this is a common issue. If it isn't make sure that [no one else has reported it](https://github.com/Jack1424/RealTimeWeather/issues?q=is%3Aissue+label%3Abug+).
options: options:
- label: This is not a common issue or cannot be fixed by the solutions provided - label: This is not a common issue or cannot be fixed by the solutions provided
required: true required: true
@@ -34,6 +34,7 @@ body:
- Bukkit - Bukkit
- Paper - Paper
- Spigot - Spigot
- Purpur
- Other - Other
validations: validations:
required: true required: true
@@ -42,7 +43,7 @@ body:
attributes: attributes:
label: Minecraft version label: Minecraft version
description: What version of Minecraft is your server running? description: What version of Minecraft is your server running?
placeholder: Example: 1.19.2 placeholder: 'Example: 1.19.3'
validations: validations:
required: true required: true

View File

@@ -7,7 +7,7 @@ body:
label: Is there already a request similar to this? label: Is there already a request similar to this?
description: Check the [other feature requests](https://github.com/Jack1424/RealTimeWeather/issues?q=label%3Aenhancement+) and ensure that this hasn't been requested yet description: Check the [other feature requests](https://github.com/Jack1424/RealTimeWeather/issues?q=label%3Aenhancement+) and ensure that this hasn't been requested yet
options: options:
- label: There are and have not been any feature requests similar to this - label: There are and have never been any feature requests similar to this
required: true required: true
- type: textarea - type: textarea