summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-12 11:44:11 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-12 11:44:11 +0000
commit9a4ec5a62632af040c278a189e256043740f5c7f (patch)
tree5b6b83b87c28bdc5eb7453e5958791a7646807e7
parent4e30b5c3bc83fe6a87f4d50720638e8bb4e16428 (diff)
Use text area for environment in the bug template.
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml15
1 files changed, 10 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index f88c6327a5..babc916a75 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -28,16 +28,21 @@ body:
required: true
- type: input
attributes:
- label: Operating system
+ label: Version of Vim
description: >
- Your operating system name, version and desktop environment.
+ Including patch level, use ":version" to see it [e.g. 8.2.1234]
validations:
required: true
- - type: input
+ - type: textarea
attributes:
- label: Version of Vim and environment
+ label: Environment
description: >
- 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.
+ OS [e.g. Ubuntu 21.10], terminal [e.g. GNOME Terminal 3.38.1], value of $TERM, shell [e.g. bash 5.1.8]; anything that might matter
+ placeholder: |
+ Operating system:
+ Terminal:
+ Value of $TERM:
+ Shell:
validations:
required: true
- type: textarea