From 82738dc16aba14343d294a9cc695eb604f63f10e Mon Sep 17 00:00:00 2001 From: hrsh7th <629908+hrsh7th@users.noreply.github.com> Date: Fri, 8 Apr 2022 22:07:19 +0900 Subject: [PATCH] Update bug_report.yml --- .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 1e38326..fa2feaa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -28,8 +28,8 @@ body: - type: textarea attributes: label: "Minimal reproducible full config" - description: You must provide a working config based on [this](https://github.com/hrsh7th/nvim-cmp/blob/main/utils/vimrc.vim). Not part of config. - value: | + description: | + You must provide a working config based on [this](https://github.com/hrsh7th/nvim-cmp/blob/main/utils/vimrc.vim). Not part of config. 1. Copy the base minimal config to the `~/cmp-repro.vim` 2. Edit `~/cmp-repro.vim` for reproducing the issue 3. Open `nvim -u ~/cmp-repro.vim`