annotate .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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25909
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 ---
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2 name: Bug report
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3 description: Create a report to help us improve Vim.
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
4 labels: [bug]
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
5
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6 body:
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
7 - type: markdown
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
8 attributes:
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
9 value: |
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
10 Thanks for reporting issues of Vim!
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
11
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
12 To make it easier for us to help you please enter detailed information below.
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
13 - type: textarea
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
14 attributes:
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
15 label: Steps to reproduce
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
16 placeholder: |
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
17 1.
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
18 2.
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
19 3.
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
20 4.
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
21 validations:
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
22 required: true
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
23 - type: textarea
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
24 attributes:
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
25 label: Expected behaviour
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
26 placeholder: A clear and concise description of what you expected to happen.
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
27 validations:
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
28 required: true
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
29 - type: input
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
30 attributes:
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
31 label: Operating system
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
32 description: >
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
33 Your operating system name, version and desktop environment.
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
34 validations:
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
35 required: true
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
36 - type: input
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
37 attributes:
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
38 label: Version of Vim
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
39 description: >
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
40 The name of your development environment, version. [e.g. GNOME Terminal (v0.0.0000)]
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
41 validations:
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
42 required: true
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
43 - type: textarea
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
44 attributes:
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
45 label: Logs and stack traces
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
46 placeholder: Insert log or other text here (if necessary)
cdfb66a02a71 patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
47 render: shell