mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 13:05:05 +00:00
chore: remove checkbox from issue template
Checkboxes trigger "task lists", which add noise.
This commit is contained in:
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user