Mercurial > vim
annotate .github/ISSUE_TEMPLATE/bug_report.md @ 19565:9b03bf56d05e
Added tag v8.2.0339 for changeset 06f29b6ea04ac9d004f9fe8b83aad6116e52dad0
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 01 Mar 2020 14:15:04 +0100 |
parents | 9f9ea58719c3 |
children |
rev | line source |
---|---|
16125
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
1 --- |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
2 name: Bug report |
16131
9f9ea58719c3
patch 8.1.1070: issue templates are not good enough
Bram Moolenaar <Bram@vim.org>
parents:
16125
diff
changeset
|
3 about: Create a report to help us improve Vim |
16125
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
4 title: '' |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
5 labels: '' |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
6 |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
7 --- |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
8 |
16131
9f9ea58719c3
patch 8.1.1070: issue templates are not good enough
Bram Moolenaar <Bram@vim.org>
parents:
16125
diff
changeset
|
9 _Instructions: Replace the template text and remove irrelevant text (including this line)_ |
9f9ea58719c3
patch 8.1.1070: issue templates are not good enough
Bram Moolenaar <Bram@vim.org>
parents:
16125
diff
changeset
|
10 |
16125
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
11 **Describe the bug** |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
12 A clear and concise description of what the bug is. |
16131
9f9ea58719c3
patch 8.1.1070: issue templates are not good enough
Bram Moolenaar <Bram@vim.org>
parents:
16125
diff
changeset
|
13 (Issues related to the runtime files should be reported to their maintainer, check the file header.) |
16125
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
14 |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
15 **To Reproduce** |
16131
9f9ea58719c3
patch 8.1.1070: issue templates are not good enough
Bram Moolenaar <Bram@vim.org>
parents:
16125
diff
changeset
|
16 Detailed steps to reproduce the behavior: |
16125
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
17 1. Run `vim --clean` (or `gvim --clean`, etc.) |
16131
9f9ea58719c3
patch 8.1.1070: issue templates are not good enough
Bram Moolenaar <Bram@vim.org>
parents:
16125
diff
changeset
|
18 2. Edit `filename` |
9f9ea58719c3
patch 8.1.1070: issue templates are not good enough
Bram Moolenaar <Bram@vim.org>
parents:
16125
diff
changeset
|
19 3. Type '....' |
9f9ea58719c3
patch 8.1.1070: issue templates are not good enough
Bram Moolenaar <Bram@vim.org>
parents:
16125
diff
changeset
|
20 4. Describe the error |
16125
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
21 |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
22 **Expected behavior** |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
23 A clear and concise description of what you expected to happen. |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
24 |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
25 **Screenshots** |
16131
9f9ea58719c3
patch 8.1.1070: issue templates are not good enough
Bram Moolenaar <Bram@vim.org>
parents:
16125
diff
changeset
|
26 If applicable, copy/paste the text or add screenshots to help explain your problem. |
16125
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
27 |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
28 **Environment (please complete the following information):** |
16131
9f9ea58719c3
patch 8.1.1070: issue templates are not good enough
Bram Moolenaar <Bram@vim.org>
parents:
16125
diff
changeset
|
29 - Vim version [e.g. 8.1.1234] (Or paste the result of `vim --version`.) |
16125
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
30 - OS: [e.g. Ubuntu 18.04, Windows 10 1809, macOS 10.14] |
16131
9f9ea58719c3
patch 8.1.1070: issue templates are not good enough
Bram Moolenaar <Bram@vim.org>
parents:
16125
diff
changeset
|
31 - Terminal: [e.g. GNOME Terminal, mintty, iTerm2, tmux, GNU screen] (Use GUI if you use the GUI.) |
16125
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
32 |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
33 **Additional context** |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
34 Add any other context about the problem here. |