From 3d74fa77f22b937700cc76a0e84b14548a34a1bc Mon Sep 17 00:00:00 2001 From: hrsh7th Date: Mon, 13 Dec 2021 13:11:22 +0900 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e172106..99700b7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -28,7 +28,7 @@ body: - type: textarea attributes: label: "nvim-cmp config" - description: "Minimal config based on [this](https://github.com/hrsh7th/nvim-cmp/blob/main/utils/vimrc.vim)" + description: "Minimal working config based on [this](https://github.com/hrsh7th/nvim-cmp/blob/main/utils/vimrc.vim) (Not part of the config)" validations: required: true