summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-06-30 20:07:20 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-06-30 20:19:04 -0700
commit0a0f07e5d06734dd9f06779f40a0b031ebe41406 (patch)
tree2c4e06fead9095d60637d6a88524cff966bb2a06 /.github/ISSUE_TEMPLATE/bug_report.md
parent79579643fe7c5352ced29ca49e404edc902c778b (diff)
Update issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..b0a357b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,27 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: bug
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. CLI arguments (including defaults):
+2. TUI input:
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Environment**
+ - OS:
+ - Terminal:
+ - `so --version`:
+
+**Additional context**
+Add any other context about the problem here.