aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@collabora.com>2019-11-19 20:53:41 +0000
committerGitHub <noreply@github.com>2019-11-19 20:53:41 +0000
commit0987558e3e61a60f185febd976f76bfbc4634a2a (patch)
treea93400fc924682eee3ebba8fc46b8ad783642248
parentb556a2a27ec53a326354a20594cbd2005d9e6a37 (diff)
Add standard Feature Request template
Add the standard Github "Feature Request" issue template.
-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 0000000..bbcbbe7
--- /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: ''
+assignees: ''
+
+---
+
+**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 [...]
+
+**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.