buster/.github/ISSUE_TEMPLATE/bug_report.md

53 lines
1.2 KiB
Markdown
Raw Normal View History

2019-02-19 14:54:29 +00:00
---
name: Bug report
about: Create a report if something isn't working as expected
---
**System**
<!-- Fill out the template below with the requested information. -->
* OS name: [e.g. Windows, Ubuntu]
* OS version: [e.g. 10]
* Browser name: [e.g. Chrome, Firefox]
* Browser version: [e.g. 60]
**Extension**
<!-- Fill out the template below with the requested information. -->
* Extension version: [e.g. 1.0.0]
<!-- Check if the feature is enabled on the options page. -->
* User input simulation: [e.g. yes, no]
<!-- Fill out only if you have downloaded the client app. -->
* Client app version: [e.g. 1.0.0]
* Client app installed successfully: [e.g. yes, no]
**Bug description**
<!--
Describe what the bug is and how to reproduce it. List each step
that is required to reproduce the issue. Mention any browser features
or installed extensions that may trigger the bug. If applicable,
attach screenshots.
-->
**Logs**
<!--
If there was an error, open the browser console (Ctrl+Shift+J)
2019-02-21 05:19:52 +00:00
and share its recent output.
2019-02-19 14:54:29 +00:00
-->
Browser:
```
// REPLACE WITH LOGS
```
<!--
If you are using the client app, find the `buster-client-log.txt` file
2019-02-21 05:19:52 +00:00
in the temp folder (e.g. `C:\Users\<user>\AppData\Local\Temp`)
and share its contents.
2019-02-19 14:54:29 +00:00
-->
Client app:
```
// REPLACE WITH LOGS
```