diff options
author | Christian Clason <christian.clason@uni-due.de> | 2021-07-26 17:31:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 17:31:27 +0200 |
commit | 1637622db9dd9ea7c9679a1a5e1367100f26dcf5 (patch) | |
tree | a8dbf2c61f67c664e3cf7ad3f84f6c39992a381e | |
parent | 7b520cca3a8c6850610d899b180c3306df8899ab (diff) | |
download | rneovim-1637622db9dd9ea7c9679a1a5e1367100f26dcf5.tar.gz rneovim-1637622db9dd9ea7c9679a1a5e1367100f26dcf5.tar.bz2 rneovim-1637622db9dd9ea7c9679a1a5e1367100f26dcf5.zip |
chore: remove checkbox from issue template
Checkboxes trigger "task lists", which add noise.
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 643a06c2cf..e5530a1511 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -43,14 +43,9 @@ body: attributes: label: "Steps to reproduce" description: | - Steps to reproduce using `nvim -u NORC`. + Steps to reproduce using `nvim -u NORC` and/or `nvim -u NONE` (please test both). If you are reporting build failures, please list the exact sequence of steps including all CMake flags (if any). - - type: checkboxes - attributes: - options: - - label: "Please check the box if it's possible to reproduce the bug with `nvim --clean` as well" - - type: input attributes: label: "Vim" |