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