-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: add bug report and feature request templates * docs: add bug report and feature request templates
- Loading branch information
1 parent
8722e21
commit 234c957
Showing
6 changed files
with
87 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Bug Report | ||
description: Report a problem with wideriver | ||
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 optionally 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." | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "river version" | ||
description: "Output of `river -version`" | ||
render: text | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: "wideriver version" | ||
description: "Output of `wideriver --version`" | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: "Startup logs" | ||
description: "Logs up to \"wideriver started\" are useful as they show the startup arguments." | ||
validations: | ||
required: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Feature Request | ||
description: Suggest new wideriver functionality | ||
labels: [feature] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: "Missing behavior" | ||
description: "Describe the behavior that is not available." | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Desired solution" | ||
description: "Describe the solution you'd like." | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Ideas" | ||
description: "A \"sketch\" of the solution. You could draft an image or `wideriver` arguments or `riverctl` commands." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters