aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <christian.clason@uni-due.de>2021-08-07 18:14:03 +0200
committerGitHub <noreply@github.com>2021-08-07 18:14:03 +0200
commit35041432bff6812126e1cc04d30d35a5c9117537 (patch)
tree64ebc8fbf56e081498463137cec7903fb014d378
parentc9131ef9b5973f4e10b1bd2b9fc1f9764cced44d (diff)
downloadrneovim-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.yml2
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: