summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.yml
diff options
context:
space:
mode:
authorsnxx <snmgreenx@gmail.com>2021-10-09 12:50:20 +0100
committerBram Moolenaar <Bram@vim.org>2021-10-09 12:50:20 +0100
commit26190b27011c25caedf3b9308e47005722b3f946 (patch)
tree97b30d91d5d162e72c655a1ffa4a6dc63bdb9723 /.github/ISSUE_TEMPLATE/bug_report.yml
parent826bfe4bbd7594188e3d74d2539d9707b1c6a14b (diff)
patch 8.2.3488: issue template is not easy to usev8.2.3488
Problem: Issue template is not easy to use. Solution: Use a yaml template. (closes #8928)
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml47
1 files changed, 47 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 0000000000..b4e3128f3d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,47 @@
+---
+name: Bug report
+description: Create a report to help us improve Vim.
+labels: [bug]
+
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Thanks for reporting issues of Vim!
+
+ To make it easier for us to help you please enter detailed information below.
+ - type: textarea
+ attributes:
+ label: Steps to reproduce
+ placeholder: |
+ 1.
+ 2.
+ 3.
+ 4.
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Expected behaviour
+ placeholder: A clear and concise description of what you expected to happen.
+ validations:
+ required: true
+ - type: input
+ attributes:
+ label: Operating system
+ description: >
+ Your operating system name, version and desktop environment.
+ validations:
+ required: true
+ - type: input
+ attributes:
+ label: Version of Vim
+ description: >
+ The name of your development environment, version. [e.g. GNOME Terminal (v0.0.0000)]
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Logs and stack traces
+ placeholder: Insert log or other text here (if necessary)
+ render: shell