Mercurial > vim
annotate .github/ISSUE_TEMPLATE/bug_report.yml @ 29163:9288c636ffa5 v8.2.5101
patch 8.2.5101: MS-Windows with MinGW: $CC may be "cc" instead of "gcc"
Commit: https://github.com/vim/vim/commit/cf65d88ff844f042337dfd043e6e98f3b9270577
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Wed Jun 15 18:31:45 2022 +0100
patch 8.2.5101: MS-Windows with MinGW: $CC may be "cc" instead of "gcc"
Problem: MS-Windows with MinGW: $CC may be "cc" instead of "gcc".
Solution: Set $CC if it is not matching "clang". (Yegappan Lakshmanan,
closes #10578)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 15 Jun 2022 19:45:04 +0200 |
parents | ec6724c39b7d |
children | 965ed6e19279 |
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! |
26596
ec6724c39b7d
patch 8.2.3827: huntr badge does not really fit in the list
Bram Moolenaar <Bram@vim.org>
parents:
26515
diff
changeset
|
11 |
ec6724c39b7d
patch 8.2.3827: huntr badge does not really fit in the list
Bram Moolenaar <Bram@vim.org>
parents:
26515
diff
changeset
|
12 If you want to report a security issue, instead of reporting it here |
ec6724c39b7d
patch 8.2.3827: huntr badge does not really fit in the list
Bram Moolenaar <Bram@vim.org>
parents:
26515
diff
changeset
|
13 you can alternatively disclose it on |
ec6724c39b7d
patch 8.2.3827: huntr badge does not really fit in the list
Bram Moolenaar <Bram@vim.org>
parents:
26515
diff
changeset
|
14 [huntr.dev](https://huntr.dev/bounties/disclose/?utm_campaign=vim%2Fvim&utm_medium=social&utm_source=github&target=https%3A%2F%2Fgithub.com%2Fvim%2Fvim). |
ec6724c39b7d
patch 8.2.3827: huntr badge does not really fit in the list
Bram Moolenaar <Bram@vim.org>
parents:
26515
diff
changeset
|
15 They have rewards in the form of money, swag and CVEs. |
25909
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
16 |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
17 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
|
18 - type: textarea |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
19 attributes: |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
20 label: Steps to reproduce |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
21 placeholder: | |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
22 1. |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
23 2. |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
24 3. |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
25 4. |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
26 validations: |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
27 required: true |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
28 - type: textarea |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
29 attributes: |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
30 label: Expected behaviour |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
31 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
|
32 validations: |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
33 required: true |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
34 - type: input |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
35 attributes: |
26515
48000f73fe08
Use text area for environment in the bug template.
Bram Moolenaar <Bram@vim.org>
parents:
26514
diff
changeset
|
36 label: Version of Vim |
25909
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
37 description: > |
26515
48000f73fe08
Use text area for environment in the bug template.
Bram Moolenaar <Bram@vim.org>
parents:
26514
diff
changeset
|
38 Including patch level, use ":version" to see it [e.g. 8.2.1234] |
25909
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
39 validations: |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
40 required: true |
26515
48000f73fe08
Use text area for environment in the bug template.
Bram Moolenaar <Bram@vim.org>
parents:
26514
diff
changeset
|
41 - type: textarea |
25909
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
42 attributes: |
26515
48000f73fe08
Use text area for environment in the bug template.
Bram Moolenaar <Bram@vim.org>
parents:
26514
diff
changeset
|
43 label: Environment |
25909
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
44 description: > |
26515
48000f73fe08
Use text area for environment in the bug template.
Bram Moolenaar <Bram@vim.org>
parents:
26514
diff
changeset
|
45 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 |
48000f73fe08
Use text area for environment in the bug template.
Bram Moolenaar <Bram@vim.org>
parents:
26514
diff
changeset
|
46 placeholder: | |
48000f73fe08
Use text area for environment in the bug template.
Bram Moolenaar <Bram@vim.org>
parents:
26514
diff
changeset
|
47 Operating system: |
48000f73fe08
Use text area for environment in the bug template.
Bram Moolenaar <Bram@vim.org>
parents:
26514
diff
changeset
|
48 Terminal: |
48000f73fe08
Use text area for environment in the bug template.
Bram Moolenaar <Bram@vim.org>
parents:
26514
diff
changeset
|
49 Value of $TERM: |
48000f73fe08
Use text area for environment in the bug template.
Bram Moolenaar <Bram@vim.org>
parents:
26514
diff
changeset
|
50 Shell: |
25909
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
51 validations: |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
52 required: true |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
53 - type: textarea |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
54 attributes: |
cdfb66a02a71
patch 8.2.3488: issue template is not easy to use
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
55 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
|
56 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
|
57 render: shell |