Update bug_report.yml
This commit is contained in:
19
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
19
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -7,24 +7,17 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: FAQ
|
label: FAQ
|
||||||
options:
|
options:
|
||||||
- label: I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/15f08a8faa22d52480cdcb9ef9ca698120f04363/doc/cmp.txt#L616) and it didn't resolve my problem.
|
- label: I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem.
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: issue-prerequisite
|
id: announcement-prerequisite
|
||||||
attributes:
|
attributes:
|
||||||
label: Issues
|
label: Announcement
|
||||||
options:
|
options:
|
||||||
- label: I have checked [existing issues](https://github.com/hrsh7th/nvim-cmp/issues) and there are no open or closed issues with the same problem.
|
- label: I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231).
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: "Neovim Version"
|
|
||||||
description: "`nvim --version`:"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Minimal reproducible full config"
|
label: "Minimal reproducible full config"
|
||||||
@@ -34,6 +27,10 @@ body:
|
|||||||
2. Edit `~/cmp-repro.vim` for reproducing the issue
|
2. Edit `~/cmp-repro.vim` for reproducing the issue
|
||||||
3. Open `nvim -u ~/cmp-repro.vim`
|
3. Open `nvim -u ~/cmp-repro.vim`
|
||||||
4. Check reproduction step
|
4. Check reproduction step
|
||||||
|
value: |
|
||||||
|
```vim
|
||||||
|
|
||||||
|
```
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user