Skip to content

Commit

Permalink
docs: format issue templates (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis authored Apr 1, 2024
1 parent 234c957 commit a2907bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
- type: textarea
attributes:
label: "Actual behavior"
description: "Describe the actual behaviour. You can optionally attach screenshots or videos. [grim](https://git.sr.ht/~emersion/grim/) and [wf-recorder](https://github.com/ammen99/wf-recorder) may be useful."
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
Expand All @@ -20,11 +20,10 @@ body:
description: "Steps to reproduce using the minimal config provided below."
validations:
required: true
- type: textarea
- type: input
attributes:
label: "river version"
description: "Output of `river -version`"
render: text
validations:
required: true
- type: input
Expand All @@ -33,10 +32,11 @@ body:
description: "Output of `wideriver --version`"
validations:
required: true
- type: input
- type: textarea
attributes:
label: "Startup logs"
description: "Logs up to \"wideriver started\" are useful as they show the startup arguments."
description: "Logs up to \"wideriver started\" are useful as they show the startup arguments. Likely at `/tmp/wideriver.${XDG_VTNR}.${USER}.log`"
render: text
validations:
required: true

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ body:
- type: textarea
attributes:
label: "Ideas"
description: "A \"sketch\" of the solution. You could draft an image or `wideriver` arguments or `riverctl` commands."
description: "A \"sketch\" of the solution. You could attach an image or draft `wideriver` arguments or `riverctl` commands."

0 comments on commit a2907bb

Please sign in to comment.