diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2b24357..4fc4a2c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,24 +7,17 @@ body: attributes: label: FAQ 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 - type: checkboxes - id: issue-prerequisite + id: announcement-prerequisite attributes: - label: Issues + label: Announcement 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 - - type: input - attributes: - label: "Neovim Version" - description: "`nvim --version`:" - validations: - required: true - - type: textarea attributes: label: "Minimal reproducible full config" @@ -34,6 +27,10 @@ body: 2. Edit `~/cmp-repro.vim` for reproducing the issue 3. Open `nvim -u ~/cmp-repro.vim` 4. Check reproduction step + value: | + ```vim + + ``` validations: required: true