diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-12-12 11:34:22 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-12-12 11:34:22 +0000 |
commit | 4e30b5c3bc83fe6a87f4d50720638e8bb4e16428 (patch) | |
tree | 078ccfa8b750f3db487e571d687e50bc517cfa50 /.github | |
parent | 4f16e9de985c5178e9cf15d69facfec6f15a5e09 (diff) | |
download | vim-git-4e30b5c3bc83fe6a87f4d50720638e8bb4e16428.tar.gz |
Update issue template.
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b4e3128f3..f88c6327a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,9 +35,9 @@ body: required: true - type: input attributes: - label: Version of Vim + label: Version of Vim and environment description: > - The name of your development environment, version. [e.g. GNOME Terminal (v0.0.0000)] + The exact Vim version [e.g. 8.2.1234], terminal [e.g. GNOME Terminal 3.38.1], value of $TERM, shell [e.g. bash 5.1.8], etc. validations: required: true - type: textarea |