finally finish issue templates
This commit is contained in:
@@ -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
|
||||||
|
|
@@ -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
|
Reference in New Issue
Block a user