diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..ebbd3ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/camoufox-detected.md b/.github/ISSUE_TEMPLATE/camoufox-detected.md new file mode 100644 index 0000000..a59ae9b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/camoufox-detected.md @@ -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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..164e7a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -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! \ No newline at end of file