Skip to content

Commit

Permalink
Fix some things in the issue forms
Browse files Browse the repository at this point in the history
Signed-off-by: Visual Ehrmanntraut <[email protected]>
  • Loading branch information
VisualEhrmanntraut committed Nov 21, 2023
1 parent ae2bd4c commit 59fcb13
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
value: |
This form isn't for you to ask for help with your configuration; it's to report behaviour that NootedRed should not be exhibiting under normal conditions!
- type: dropdown
id: macos_ver
id: macos_version
attributes:
label: macOS Version
description: On which macOS version is the bug occurring? Versions that do not appear in the dropdown are not supported.
Expand All @@ -23,29 +23,29 @@ body:
validations:
required: true
- type: input
id: cpu_model
id: cpu
attributes:
label: What is your CPU model?
label: What is your CPU's model?
description: Only Ryzen 1st gen to 5th gen, and 7030 series are supported.
placeholder: ex. AMD Athlon Silver 3020e
validations:
required: true
- type: textarea
id: bug_description
id: description
attributes:
label: Please describe the behaviour in detail.
placeholder: "I clicked on X, then Y and Z happened."
validations:
required: true
- type: textarea
id: bug_expected_behaviour
id: expected_behaviour
attributes:
label: What should've happened instead?
placeholder: "X should be doing Y."
validations:
required: true
- type: textarea
id: bug_gpurestart_report
id: logs
attributes:
label: If applicable, attach the `.gpuRestart`, `.panic`, etc file related to this issue.
description: |
Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
value: |
This form isn't for you to ask for help with your configuration or report issues; it's to request features NootedRed is missing!
- type: dropdown
id: macos_ver
id: macos_version
attributes:
label: macOS Version
description: On which macOS version is the feature missing, if not on all? Versions that do not appear in the dropdown are not supported.
Expand All @@ -23,21 +23,21 @@ body:
validations:
required: false
- type: input
id: cpu_model
id: cpu
attributes:
label: What is your CPU model?
label: What is your CPU's model?
placeholder: ex. AMD Athlon Silver 3020e
validations:
required: true
- type: textarea
id: feature_description
id: description
attributes:
label: Please describe the feature in detail.
placeholder: "I want NootedRed to be able to do Y."
validations:
required: true
- type: textarea
id: feature_alternatives
id: alternatives
attributes:
label: What alternatives have you tried, if any?
placeholder: "I used X to work around the lack of the feature."
Expand Down

0 comments on commit 59fcb13

Please sign in to comment.