diff options
| author | Sneethe <not@email.com> | 2023-12-26 00:35:10 +1100 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2024-01-23 10:21:11 -0700 |
| commit | f41860b3cd655886ce182475c0ae9bf297f1baab (patch) | |
| tree | 2dfa1eb11dc33dd618b39e7624c0ce2d398613dc /.github/ISSUE_TEMPLATE/bug_report.yml | |
| parent | 38f7f52b00867312024e12ecef3ef2467767ec4e (diff) | |
| download | vis-f41860b3cd655886ce182475c0ae9bf297f1baab.tar.gz vis-f41860b3cd655886ce182475c0ae9bf297f1baab.tar.xz | |
add github issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..04190f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,36 @@ +name: Bug Report +labels: '' +description: Report a problem with vis. +body: + + - type: markdown + attributes: + value: | + ***Before reporting***, search [existing issues.](https://github.com/martanne/vis/issues?q=type%3Aissue) + + - type: textarea + attributes: + label: "Problem" + description: "Describe the current behavior." + validations: + required: true + - type: textarea + attributes: + label: "Steps to reproduce" + placeholder: | + :, + :y/regex/ + - type: input + attributes: + label: "vis version (vis -v)" + placeholder: "vis v0.7-151-g8ff0bea-dirty +curses +lua +tre +acl" + validations: + required: true + - type: input + attributes: + label: "Terminal name/version" + placeholder: "st 0.8.2" + - type: input + attributes: + label: "$TERM environment variable" + placeholder: "st-256color" |
