summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-23 00:56:39 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-23 00:56:39 -0500
commit91e97b9f5eccd03cafa35867a850af713399cad5 (patch)
tree9a0a20d30ccbf1a6196b91c9c754d484e8b3feeb /.github
parent9cc92bd4fde5c51d19ded8c51b483587fbf38ff5 (diff)
[skip travis] Fix templates.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md15
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md12
2 files changed, 26 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 23101b31..2354cd9d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,18 +1,33 @@
+---
+name: Bug report
+about: Found a bug? Please report it if it hasn't already been filed...
+title: ""
+labels: ""
+assignees: ""
+---
+
## Describe the bug
+
A clear and concise description of what the bug is and what the expected behaviour was.
## To reproduce
+
Steps on how to reproduce the behaviour:
+
1. Go to ...
2. See error
## Screenshots
+
If applicable, add screenshots to help explain your problem.
## Platform
+
Provide information on:
+
- OS:
- Terminal
## Additional context
+
If anything hasn't been covered by the above categories, state it down here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 1113c2aa..550b6dcc 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,5 +1,15 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ""
+labels: ""
+assignees: ""
+---
+
## Describe the feature request
-Why should we consider this feature request? Describe why, and/or how you think this feature will solve the issue.
+
+Why should we consider this feature request? Describe why, and/or how you think this feature will solve the issue.
## Additional context
+
Provide any additional context here.