Update bug_report.yml

This commit is contained in:
hrsh7th
2022-05-18 12:15:11 +09:00
committed by GitHub
parent cd694b8944
commit 6e1e386515

View File

@@ -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