comparison .github/ISSUE_TEMPLATE/bug_report.yml @ 25909:cdfb66a02a71 v8.2.3488

patch 8.2.3488: issue template is not easy to use Commit: https://github.com/vim/vim/commit/26190b27011c25caedf3b9308e47005722b3f946 Author: snxx <snmgreenx@gmail.com> Date: Sat Oct 9 12:50:20 2021 +0100 patch 8.2.3488: issue template is not easy to use Problem: Issue template is not easy to use. Solution: Use a yaml template. (closes https://github.com/vim/vim/issues/8928)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Oct 2021 14:00:06 +0200
parents
children 5a78e71a5339
comparison
equal deleted inserted replaced
25908:013f7b601a66 25909:cdfb66a02a71
1 ---
2 name: Bug report
3 description: Create a report to help us improve Vim.
4 labels: [bug]
5
6 body:
7 - type: markdown
8 attributes:
9 value: |
10 Thanks for reporting issues of Vim!
11
12 To make it easier for us to help you please enter detailed information below.
13 - type: textarea
14 attributes:
15 label: Steps to reproduce
16 placeholder: |
17 1.
18 2.
19 3.
20 4.
21 validations:
22 required: true
23 - type: textarea
24 attributes:
25 label: Expected behaviour
26 placeholder: A clear and concise description of what you expected to happen.
27 validations:
28 required: true
29 - type: input
30 attributes:
31 label: Operating system
32 description: >
33 Your operating system name, version and desktop environment.
34 validations:
35 required: true
36 - type: input
37 attributes:
38 label: Version of Vim
39 description: >
40 The name of your development environment, version. [e.g. GNOME Terminal (v0.0.0000)]
41 validations:
42 required: true
43 - type: textarea
44 attributes:
45 label: Logs and stack traces
46 placeholder: Insert log or other text here (if necessary)
47 render: shell