summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-02-23 00:52:37 -0500
committerGitHub <noreply@github.com>2020-02-23 00:52:37 -0500
commit4f4033838aa11c0731e367770ca3be3738dd6ce8 (patch)
tree67bedb3f307d095874ea1e58e4aa8f7c0eb9eed1 /.github/ISSUE_TEMPLATE
parentea8841dfb8c92b5467777650811d6d5516e17bd0 (diff)
[skip travis] Update bug report template.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md41
1 files changed, 14 insertions, 27 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 1b3c9413..23101b31 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,31 +1,18 @@
----
-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
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-Steps to reproduce the behavior:
-1. Go to '...'
-2. Click on '....'
-3. Scroll down to '....'
-4. See error
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Screenshots**
+## Screenshots
If applicable, add screenshots to help explain your problem.
-**Desktop (please complete the following information):**
- - OS
- - Terminal that you're using
-
-**Additional context**
-If there's any additional information not fitting in the above fields relating to this problem, state it here.
+## Platform
+Provide information on:
+- OS:
+- Terminal
+
+## Additional context
+If anything hasn't been covered by the above categories, state it down here.