chore: add issue templates

pull/73/head
dessant 5 years ago
parent 250251d56c
commit 8dd0e3b39a

@ -0,0 +1,51 @@
---
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)
and share any recent output.
-->
Browser:
```
// REPLACE WITH LOGS
```
<!--
If you are using the client app, find the `buster-client-log.txt` file
in the temp folder (e.g. C:\Windows\Temp) and share its contents.
-->
Client app:
```
// REPLACE WITH LOGS
```

@ -0,0 +1,25 @@
---
name: Feature request
about: Suggest an idea for this project
---
<!--
Full automation is outside of scope for this project due to abuse.
Clicking on the extension button is always required to solve a challenge.
The extension helps solve reCAPTCHA challenges, other challenge types are not
considered at this time.
-->
**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. -->
**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->
**Describe alternatives you've considered**
<!-- Description of any alternative solutions or features you've considered. -->
**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->
Loading…
Cancel
Save