From 75da4c5e9aa5237ca2240b2366dc15441d1385d7 Mon Sep 17 00:00:00 2001 From: Matt Hensman Date: Sat, 12 Sep 2020 15:49:53 +0100 Subject: [PATCH] Add bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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..473b7f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Report a bug or unexpected behaviour +title: '' +labels: '' +assignees: '' + +--- + +**OS version:** +**Browser version:** +**Extension version:** +**Bridge version:** + + +**Description** +Describe the bug here. + +**Steps to reproduce** +1. List of steps +2. ...to reproduce the bug here + +**Expected behaviour** +Describe the expected behaviour here. + +**Logs** +Provide any applicable logs here. Info on where to find them is located [here](https://github.com/hensm/fx_cast/blob/master/CONTRIBUTING.md#bug-reports).