aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorMauricio Antunes <mauricio.abreua@gmail.com>2022-11-20 11:31:43 -0300
committerGitHub <noreply@github.com>2022-11-20 11:31:43 -0300
commit0d4a73f5b18b60833b25d8eef43d880f4a870b05 (patch)
treef6cb94d8912cafa84fcdf1d49aa9527ce44792ec /.github/ISSUE_TEMPLATE
parenteaa5a7968242e50a4bbc86a180942fd76e850bf6 (diff)
chore: create issue template for feature requests
Diffstat (limited to '.github/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.