Skip to content

Commit

Permalink
docs: trim bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Oct 27, 2024
1 parent 6a11a25 commit 27e735d
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,8 @@ labels: [bug]
body:
- type: textarea
attributes:
label: "Expected behavior"
description: "Describe the behavior you expect:"
validations:
required: true
- type: textarea
attributes:
label: "Actual behavior"
description: "Describe the actual behaviour. You can attach screenshots or videos. [grim](https://git.sr.ht/~emersion/grim/) and [wf-recorder](https://github.com/ammen99/wf-recorder) may be useful."
validations:
required: true
- type: textarea
attributes:
label: "Steps to reproduce"
description: "Steps to reproduce using the minimal config provided below."
label: "Description"
description: "A short description of the problem you are reporting. You can attach screenshots or videos. [grim](https://git.sr.ht/~emersion/grim/) and [wf-recorder](https://github.com/ammen99/wf-recorder) may be useful."
validations:
required: true
- type: input
Expand All @@ -34,9 +22,15 @@ body:
required: true
- type: textarea
attributes:
label: "Startup logs"
description: "Logs up to \"wideriver started\" are useful as they show the startup arguments. Likely at `/tmp/wideriver.${XDG_VTNR}.${USER}.log`"
label: "Logs"
description: "Logs showing at minimum the startup arguments. Likely at `/tmp/wideriver.${XDG_VTNR}.${USER}.log`"
render: text
validations:
required: true
- type: textarea
attributes:
label: "Steps to reproduce"
description: "Steps to reproduce using the configuration shown in the logs"
validations:
required: true

0 comments on commit 27e735d

Please sign in to comment.