diff options
author | Christian Clason <christian.clason@uni-due.de> | 2021-08-07 18:14:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-07 18:14:03 +0200 |
commit | 35041432bff6812126e1cc04d30d35a5c9117537 (patch) | |
tree | 64ebc8fbf56e081498463137cec7903fb014d378 | |
parent | c9131ef9b5973f4e10b1bd2b9fc1f9764cced44d (diff) | |
download | rneovim-35041432bff6812126e1cc04d30d35a5c9117537.tar.gz rneovim-35041432bff6812126e1cc04d30d35a5c9117537.tar.bz2 rneovim-35041432bff6812126e1cc04d30d35a5c9117537.zip |
ci(forms): fix "vim" description in bug template
Make clear that the version should be specified in any case, including patch level
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 474fce0167..9890636aea 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -49,7 +49,7 @@ body: - type: input attributes: label: "Vim" - description: "Does Vim behave differently when called with `vim -u DEFAULTS`? If yes, which version of Vim are you using (`vim --version`):" + description: "Does Vim behave differently when called with `vim -u DEFAULTS`? (Please add the specific version, including patch level, of Vim that you tested.)" - type: textarea attributes: |