mirror of
https://github.com/CloakHQ/CloakBrowser.git
synced 2026-06-23 11:41:46 +02:00
feat: add GitHub issue template for bug reports
This commit is contained in:
@@ -0,0 +1,29 @@
|
|||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: Report a bug or detection issue
|
||||||
|
labels: bug
|
||||||
|
---
|
||||||
|
|
||||||
|
Description: <!-- What happened? What did you expect? -->
|
||||||
|
|
||||||
|
CloakBrowser version: <!-- pip show cloakbrowser / npm list cloakbrowser -->
|
||||||
|
|
||||||
|
Wrapper: <!-- Python or JavaScript -->
|
||||||
|
|
||||||
|
Environment: <!-- OS, Docker y/n, base image, architecture -->
|
||||||
|
|
||||||
|
Launch options:
|
||||||
|
|
||||||
|
|
||||||
|
Tested with a different IP or proxy? <!-- Yes (same result) / Yes (works with different IP) / No -->
|
||||||
|
|
||||||
|
Works outside Docker / on host machine? <!-- Yes / No / Not using Docker -->
|
||||||
|
|
||||||
|
Steps to reproduce:
|
||||||
|
|
||||||
|
|
||||||
|
Error output / screenshots:
|
||||||
|
|
||||||
|
Dockerfile (if applicable):
|
||||||
|
|
||||||
|
Additional notes:
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
blank_issues_enabled: true
|
||||||
Reference in New Issue
Block a user