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).