Add platform dropdown option to issue templates (#7666)

* add platform to accuracy template

* change default index

* add platform to all templates

* updating options

* splitting linux into two options
This commit is contained in:
Sida Wang
2024-07-07 05:27:14 +00:00
committed by GitHub
parent 7a23309aba
commit 4f8e7fae15
6 changed files with 72 additions and 0 deletions

View File

@@ -21,6 +21,18 @@ body:
options:
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue)
required: true
- type: dropdown
id: platform
attributes:
label: What platform are you running Path of Building on?
options:
- Windows
- Linux - Wine
- Linux - PoB Frontend
- MacOS
default: 0
validations:
required: true
- type: textarea
id: expected
attributes:

View File

@@ -21,6 +21,18 @@ body:
options:
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue)
required: true
- type: dropdown
id: platform
attributes:
label: What platform are you running Path of Building on?
options:
- Windows
- Linux - Wine
- Linux - PoB Frontend
- MacOS
default: 0
validations:
required: true
- type: textarea
id: expected
attributes:

View File

@@ -28,6 +28,18 @@ body:
options:
- label: I've checked that the behaviour is supposed to be supported. If it isn't please open a feature request instead (Red text is a feature request).
required: true
- type: dropdown
id: platform
attributes:
label: What platform are you running Path of Building on?
options:
- Windows
- Linux - Wine
- Linux - PoB Frontend
- MacOS
default: 0
validations:
required: true
- type: textarea
id: expected
attributes:

View File

@@ -28,6 +28,18 @@ body:
options:
- label: I've checked that the calculation is supposed to be supported. If it isn't please open a feature request instead (Red text is a feature request).
required: true
- type: dropdown
id: platform
attributes:
label: What platform are you running Path of Building on?
options:
- Windows
- Linux - Wine
- Linux - PoB Frontend
- MacOS
default: 0
validations:
required: true
- type: textarea
id: expected
attributes:

View File

@@ -21,6 +21,18 @@ body:
options:
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue)
required: true
- type: dropdown
id: platform
attributes:
label: What platform are you running Path of Building on?
options:
- Windows
- Linux - Wine
- Linux - PoB Frontend
- MacOS
default: 0
validations:
required: true
- type: textarea
id: context
attributes:

View File

@@ -14,6 +14,18 @@ body:
options:
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue)
required: true
- type: dropdown
id: platform
attributes:
label: What platform are you running Path of Building on?
options:
- Windows
- Linux - Wine
- Linux - PoB Frontend
- MacOS
default: 0
validations:
required: true
- type: textarea
id: problem
attributes: