Add issue template for reporting leaks

This commit is contained in:
daijro 2024-10-09 20:11:43 -05:00 committed by daijro
parent 76bedb5251
commit 2101330754
3 changed files with 64 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View file

@ -0,0 +1,24 @@
---
name: Bug report
about: Report an issue in Camoufox
title: ''
labels: bug
assignees: ''
---
### Describe the bug:
Add a description of what the bug is. Provide as much detail and additional context as possible.
### Screenshots:
If applicable, add screenshots to help explain your problem.
### To Reproduce:
Provide steps or a code snippet that reproduces the bug.
### Version:
Run `python -m camoufox version` in your terminal and paste the output here.

View file

@ -0,0 +1,24 @@
---
name: Camoufox detected
about: Report a website that detects Camoufox
title: ''
labels: detection-issue
assignees: ''
---
### Website detecting Camoufox:
What website or WAF is flagging Camoufox? Provide as much detail and additional context as possible.
### Screenshots:
If applicable, add screenshots to help explain your problem.
### To Reproduce:
Send a testing site that reproduces the issue, and a snippet of your script. Provide your `Camoufox()` or `AsyncCamoufox()` initialization.
### Version:
Run `python -m camoufox version` in your terminal and paste the output here.

View file

@ -0,0 +1,16 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
### Describe the feature:
Describe an idea for this project. Provide as much detail and additional context as possible.
### Is your feature request related to a problem? Please describe.
If you are looking to solve a problem, please describe it!