You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean up typos and make the descriptions clearer. Remove some
unnecessary checkboxes and make some fields more specific to MacVim.
Also make it clear that Vim issues should be filed upstream.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+22-28Lines changed: 22 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ body:
10
10
Thanks for reporting issues of MacVim!
11
11
12
12
If you want to report a security issue, instead of reporting it here publicly, please disclose it using the steps listed at https://github.com/macvim-dev/macvim/security/policy.
13
+
14
+
For general Vim issues that are not specific to MacVim, please file them at https://github.com/vim/vim.
13
15
14
16
To make it easier for us to help you please enter detailed information below.
15
17
- type: textarea
@@ -30,56 +32,48 @@ body:
30
32
required: true
31
33
- type: input
32
34
attributes:
33
-
label: Version of Vim and architecture
35
+
label: Version of MacVim
34
36
description: >
35
-
Including patch level, use ":version" to see it [e.g. 8.2.1234, GUI, arm64]
37
+
MacVim release number (e.g. r181). Use "About MacVim" to find out which one you are using. If building manually from source, provide the Git commit hash instead (e.g. a4466fe3b695).
36
38
validations:
37
39
required: true
40
+
- type: input
41
+
attributes:
42
+
label: MacVim installation method
43
+
description: >
44
+
Was MacVim downloaded from GitHub release, installed via Homebrew / Homebrew Cask / MacPorts, or built from source manually?
38
45
- type: textarea
39
46
attributes:
40
47
label: Environment
41
48
description: >
42
-
OS and architecture [e.g. Big Sur, arm64], terminal [e.g. Apple Terminal/iTerm], value of $TERM, shell [e.g. zsh 5.8]; anything that might matter
49
+
macOS version (e.g. macOS 15.3.2 Sequoia), Mac type (e.g. MacBook Air M2), terminal (e.g. Apple Terminal/iTerm); anything that might matter
43
50
placeholder: |
44
-
Operating system:
51
+
macOS version:
52
+
Mac:
45
53
Terminal:
46
-
Value of $TERM:
47
-
Shell:
48
54
validations:
49
55
required: true
50
-
- type: input
51
-
attributes:
52
-
label: How MacVim was installed
53
-
description: >
54
-
MacVim has been downloaded from GitHub, installed via Homebrew, MacPorts or builed from git
55
56
- type: textarea
56
57
attributes:
57
58
label: Logs and stack traces
58
59
placeholder: Insert log or other text here (if necessary)
59
60
render: shell
60
-
- type: input
61
+
- type: textarea
61
62
attributes:
62
-
label: Vim configuration where issue is reproducable
63
-
description: 'e.g. link to your vimrc configuration: url to file/gist/repo..'
63
+
label: Vim and MacVim configuration where issue is reproducable
64
+
description: Provide a link to vimrc and/or MacVim settings (see https://github.com/macvim-dev/macvim/wiki/Reporting-an-Issue for how to obtain it).
64
65
- type: checkboxes
65
66
attributes:
66
-
label: Issue has been tested with given configuration
67
-
description: This will help us to narrow down the problem more quickly
67
+
label: How was MacVim launched?
68
+
description: Different ways of opening MacVim can have an impact on the behavior.
68
69
options:
69
-
- label: by running MacVim.app from GUI macOS interface
70
-
- label: by running vim/gvim/etc installed by MacVim
71
-
- label: by running other versions of vim (e.g. /usr/bin/vim)
70
+
- label: by launching MacVim.app in macOS (by using the Dock, Spotlight, or the `open` command)
71
+
- label: by running mvim/gvim in the terminal
72
72
- type: checkboxes
73
73
attributes:
74
-
label: Issue has been tested with no configuration
75
-
description: This will help us to narrow down the problem more quickly
74
+
label: Issue has been tested with clean configuration
75
+
description: Running MacVim and Vim with clean configurations allow us to narrow down whether this is a configuration issue.
76
76
options:
77
-
- label: by running `mvim --clean` (or `gvim`, supplied by MacVim distribution)
77
+
- label: by running `mvim --clean` (or `gvim`, supplied by MacVim distribution). You can also use the File → "New Clean Window" menu item within MacVim.
78
78
- label: by running `vim --clean` (in terminal, supplied by MacVim distribution)
79
79
- label: by running `vim --clean` (in terminal, other suppliers, e.g. /usr/bin/vim)
80
-
- type: checkboxes
81
-
attributes:
82
-
label: Other conditions
83
-
description: This will help us to narrow down the problem more quickly
84
-
options:
85
-
- label: The both Homebrew packages "vim" and "macvim" are installed
0 commit comments