From 9073a2a1bf0eaf25c294e6e1b30f075cca5d3984 Mon Sep 17 00:00:00 2001 From: Thomas Buckley-Houston Date: Thu, 19 Jul 2018 15:04:48 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..aa7608a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,12 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +Just a few points to consider before submitting a bug report: + + * Do a quick search for any existing issues describing your bug + * Give a clear and concise description of what the bug is + * Include the contents of your `./debug.log` generated with `browsh --debug` + * Include your OS and terminal name