Skip to content

Commit

Permalink
Missed some things
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 59fcb13 commit 5d63fe2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ body:
id: description
attributes:
label: Please describe the behaviour in detail.
placeholder: "I clicked on X, then Y and Z happened."
placeholder: I clicked on X, then Y and Z happened.
validations:
required: true
- type: textarea
id: expected_behaviour
attributes:
label: What should've happened instead?
placeholder: "X should be doing Y."
placeholder: X should be doing Y.
validations:
required: true
- type: textarea
id: logs
attributes:
label: If applicable, attach the `.gpuRestart`, `.panic`, etc file related to this issue.
label: If applicable, attach the .gpuRestart, .panic, etc file related to this issue.
description: |
You can find those in `/Library/Logs/DiagnosticReports`.
If attaching a panic, make sure it was created while you have `keepsyms=1` in your boot args (else the file is useless).
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ body:
id: description
attributes:
label: Please describe the feature in detail.
placeholder: "I want NootedRed to be able to do Y."
placeholder: I want NootedRed to be able to do Y.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: What alternatives have you tried, if any?
placeholder: "I used X to work around the lack of the feature."
placeholder: I used X to work around the lack of the feature.
validations:
required: true
- type: checkboxes
Expand Down

0 comments on commit 5d63fe2

Please sign in to comment.