Mercurial > vim
annotate .github/ISSUE_TEMPLATE/bug_report.yml @ 36533:90545c76016e draft default tip
runtime(tar): Update tar.vim to support permissions
Commit: https://github.com/vim/vim/commit/129a8446d23cd9cb4445fcfea259cba5e0487d29
Author: Lennart00 <73488709+Lennart00@users.noreply.github.com>
Date: Mon Nov 11 22:39:30 2024 +0100
runtime(tar): Update tar.vim to support permissions
These changes enable tar.vim to keep permissions of files that were
edited intact instead of replacing them with the default permissions.
The major change for this is switching from "tar -OPxf", which reads out
the contents of the selected file from an tar archive to stdout to
"tar -pPxf" which extracts the selected file to the current directory
with permissions intact
This requirs the temporary directory to be created earlier.
closes: #7379
Signed-off-by: Lennart00 <73488709+Lennart00@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 11 Nov 2024 22:45:02 +0100 |
parents | 13e4398925ea |
children |
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 |