Mercurial > vim
annotate .github/ISSUE_TEMPLATE/feature_request.md @ 20285:bce10d039e06 v8.2.0698
patch 8.2.0698: insert mode completion not fully tested
Commit: https://github.com/vim/vim/commit/f9ab52e155dc13f59b654d754041fe78e17b9074
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue May 5 19:57:18 2020 +0200
patch 8.2.0698: insert mode completion not fully tested
Problem: Insert mode completion not fully tested.
Solution: Add a few more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6041)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 05 May 2020 20:00:05 +0200 |
parents | 9f9ea58719c3 |
children | 4fdc8319ab24 |
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: Feature request |
16131
9f9ea58719c3
patch 8.1.1070: issue templates are not good enough
Bram Moolenaar <Bram@vim.org>
parents:
16125
diff
changeset
|
3 about: Suggest an enhancement for 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: enhancement |
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 |
9f9ea58719c3
patch 8.1.1070: issue templates are not good enough
Bram Moolenaar <Bram@vim.org>
parents:
16125
diff
changeset
|
11 **Is your feature request related something that is currently hard to do? Please describe.** |
9f9ea58719c3
patch 8.1.1070: issue templates are not good enough
Bram Moolenaar <Bram@vim.org>
parents:
16125
diff
changeset
|
12 A clear and concise description of what is hard to do. Ex. It is difficult to [...] when [...] |
9f9ea58719c3
patch 8.1.1070: issue templates are not good enough
Bram Moolenaar <Bram@vim.org>
parents:
16125
diff
changeset
|
13 (If it is related to runtime files, please check their header for where to discuss enhancements.) |
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 **Describe the solution you'd like** |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
16 A clear and concise description of what you want to happen. |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
17 |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
18 **Describe alternatives you've considered** |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
19 A clear and concise description of any alternative solutions or features you've considered. |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
20 |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
21 **Additional context** |
e8d4b34011de
patch 8.1.1067: issues added on github are unstructured
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
22 Add any other context or screenshots about the feature request here. |