summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-08-16 13:54:12 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-08-16 13:54:12 +0200
commit3b4406571c9399f613b822c49f17452ab6fd1e81 (patch)
tree49337f26423bf6f08851f1d7779ab565f945770d /.github
parent728f8b78f573c167c0a76a1ed485465bde1e2c48 (diff)
Add issue template metadata
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md5
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md21
2 files changed, 24 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index a45b4d04..ab5aca76 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,3 +1,8 @@
+---
+name: Bug Report
+about: Report an issue with CIDER you've discovered.
+---
+
*Use the template below when reporting bugs. Please, make sure that
you're running the latest stable CIDER and that the problem you're reporting
hasn't been reported (and potentially fixed) already.*
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index ce24a9b2..9b8c9ca4 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,3 +1,20 @@
-## Proposed feature/enhancement
+---
+name: Feature Request
+about: Suggest new CIDER features or improvements to existing features.
+---
-## Rationale
+**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.