annotate .github/ISSUE_TEMPLATE/bug_report.yml @ 35109:3c3fe7ad3d1b

translation(pt): update Portuguese menu Commit: https://github.com/vim/vim/commit/d88a39e0d69ee0568475cea68121fcc68f8ba0ed Author: Oleg Zadorozhnyi <lesorubshayan@gmail.com> Date: Thu May 2 22:05:45 2024 +0200 translation(pt): update Portuguese menu closes: https://github.com/vim/vim/issues/10718 closes: https://github.com/vim/vim/issues/10717 closes: #14674 Signed-off-by: Oleg Zadorozhnyi <lesorubshayan@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 02 May 2024 22:15:05 +0200
parents 13e4398925ea
children
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!
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
33648
13e4398925ea please report security issues to the vim-security list
Christian Brabandt <cb@256bit.org>
parents: 33616
diff changeset
12 If you want to report a security issue, instead of reporting it here publicly,
13e4398925ea please report security issues to the vim-security list
Christian Brabandt <cb@256bit.org>
parents: 33616
diff changeset
13 please disclose it privately via mail to vim-security@googlegroups.com.
13e4398925ea please report security issues to the vim-security list
Christian Brabandt <cb@256bit.org>
parents: 33616
diff changeset
14 (It's a private list read only by the maintainers,
13e4398925ea please report security issues to the vim-security list
Christian Brabandt <cb@256bit.org>
parents: 33616
diff changeset
15 but anybody can post, after moderation.)
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