summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/feature_request.md
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-03-29 10:54:37 +0100
committerBram Moolenaar <Bram@vim.org>2019-03-29 10:54:37 +0100
commit723d165c2fcd9f94af4e8719feda3b70c8f46868 (patch)
tree30034729f97edd190b2a1122d65755a8123a061c /.github/ISSUE_TEMPLATE/feature_request.md
parent89828e9fe6de4d70e0e2ccd3c711bd26632c26a9 (diff)
patch 8.1.1067: issues added on github are unstructuredv8.1.1067
Problem: Issues added on github are unstructured. Solution: Add a bug and feature request template. (Ken Takata, closes #4183)
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.md')
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000000..e85bf8a831
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: enhancement
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+(If it is related to runtime files, please discuss with the maintainer.)
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.