mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 11:42:03 -08:00
Add issue template for reporting leaks
This commit is contained in:
parent
76bedb5251
commit
2101330754
3 changed files with 64 additions and 0 deletions
24
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal 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.
|
||||||
24
.github/ISSUE_TEMPLATE/camoufox-detected.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/camoufox-detected.md
vendored
Normal 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.
|
||||||
16
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal 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!
|
||||||
Loading…
Add table
Reference in a new issue