comparison .github/ISSUE_TEMPLATE/bug_report.md @ 16131:9f9ea58719c3 v8.1.1070

patch 8.1.1070: issue templates are not good enough commit https://github.com/vim/vim/commit/e46736b23b7cc25b914415fe4ceb851504f5419c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 29 13:12:39 2019 +0100 patch 8.1.1070: issue templates are not good enough Problem: Issue templates are not good enough. Solution: Rephrase to anticipate unexperienced users.
author Bram Moolenaar <Bram@vim.org>
date Fri, 29 Mar 2019 13:15:06 +0100
parents e8d4b34011de
children
comparison
equal deleted inserted replaced
16130:94eff55ff4d2 16131:9f9ea58719c3
1 --- 1 ---
2 name: Bug report 2 name: Bug report
3 about: Create a report to help us improve 3 about: Create a report to help us improve Vim
4 title: '' 4 title: ''
5 labels: '' 5 labels: ''
6 6
7 --- 7 ---
8 8
9 _Instructions: Replace the template text and remove irrelevant text (including this line)_
10
9 **Describe the bug** 11 **Describe the bug**
10 A clear and concise description of what the bug is. 12 A clear and concise description of what the bug is.
11 (Issues related to the runtime files should be reported to the each maintainer. Not here.) 13 (Issues related to the runtime files should be reported to their maintainer, check the file header.)
12 14
13 **To Reproduce** 15 **To Reproduce**
14 Steps to reproduce the behavior: 16 Detailed steps to reproduce the behavior:
15 1. Run `vim --clean` (or `gvim --clean`, etc.) 17 1. Run `vim --clean` (or `gvim --clean`, etc.)
16 2. Type '....' 18 2. Edit `filename`
17 3. See error 19 3. Type '....'
20 4. Describe the error
18 21
19 **Expected behavior** 22 **Expected behavior**
20 A clear and concise description of what you expected to happen. 23 A clear and concise description of what you expected to happen.
21 24
22 **Screenshots** 25 **Screenshots**
23 If applicable, add screenshots to help explain your problem. 26 If applicable, copy/paste the text or add screenshots to help explain your problem.
24 27
25 **Environment (please complete the following information):** 28 **Environment (please complete the following information):**
26 - Version [e.g. 8.1.1234] (Or paste the result of `vim --version`.) 29 - Vim version [e.g. 8.1.1234] (Or paste the result of `vim --version`.)
27 - OS: [e.g. Ubuntu 18.04, Windows 10 1809, macOS 10.14] 30 - OS: [e.g. Ubuntu 18.04, Windows 10 1809, macOS 10.14]
28 - Terminal: [e.g. GNOME Terminal, mintty, iTerm2, tmux, GNU screen] (Use NONE if you use the GUI.) 31 - Terminal: [e.g. GNOME Terminal, mintty, iTerm2, tmux, GNU screen] (Use GUI if you use the GUI.)
29 32
30 **Additional context** 33 **Additional context**
31 Add any other context about the problem here. 34 Add any other context about the problem here.