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:
12
.github/ISSUE_TEMPLATE/accuracy_bug_report.yaml
vendored
12
.github/ISSUE_TEMPLATE/accuracy_bug_report.yaml
vendored
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
12
.github/ISSUE_TEMPLATE/behaviour_bug_report.yaml
vendored
12
.github/ISSUE_TEMPLATE/behaviour_bug_report.yaml
vendored
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
12
.github/ISSUE_TEMPLATE/crash_report.yaml
vendored
12
.github/ISSUE_TEMPLATE/crash_report.yaml
vendored
@@ -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:
|
||||
|
||||
12
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
12
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user