mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-06-25 09:28:05 +02:00
chore: remove LLM-style phrasing from issue templates
This commit is contained in:
parent
929c30219f
commit
82eb22634e
3 changed files with 6 additions and 6 deletions
2
.github/ISSUE_TEMPLATE/01-launch-failure.yml
vendored
2
.github/ISSUE_TEMPLATE/01-launch-failure.yml
vendored
|
|
@ -72,7 +72,7 @@ body:
|
|||
id: logs
|
||||
attributes:
|
||||
label: Extra logs
|
||||
description: Output of `DEBUG=pw:browser* python yourscript.py 2>&1`. Optional but speeds things up.
|
||||
description: Output of `DEBUG=pw:browser* python yourscript.py 2>&1`. Optional.
|
||||
render: text
|
||||
validations:
|
||||
required: false
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ body:
|
|||
id: snippet
|
||||
attributes:
|
||||
label: Runnable reproduction
|
||||
description: A complete snippet we can copy, paste, run. Stub creds with placeholders, keep everything else literal.
|
||||
description: Runnable. Stub creds, keep everything else literal.
|
||||
render: python
|
||||
value: |
|
||||
from invisible_playwright import InvisiblePlaywright
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ body:
|
|||
id: screenshot
|
||||
attributes:
|
||||
label: Screenshot of the detector result
|
||||
description: Drag-drop a screenshot of the detector page so we see what you see.
|
||||
description: Screenshot of the detector result.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
|
@ -85,7 +85,7 @@ body:
|
|||
id: snippet
|
||||
attributes:
|
||||
label: Reproduction script
|
||||
description: A complete, runnable script that opens the detector and produces the result above. Redact creds.
|
||||
description: Runnable. Redact creds.
|
||||
render: python
|
||||
value: |
|
||||
from invisible_playwright import InvisiblePlaywright
|
||||
|
|
@ -102,7 +102,7 @@ body:
|
|||
id: expected
|
||||
attributes:
|
||||
label: What you expected
|
||||
description: Most detectors will never give a perfect score for any browser. Tell us what threshold you'd accept (e.g. bot=not_detected, vm_ml_score < 0.3).
|
||||
description: "e.g. bot=not_detected, vm_ml_score < 0.3"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
|
@ -110,7 +110,7 @@ body:
|
|||
id: full_report
|
||||
attributes:
|
||||
label: Full detector response
|
||||
description: For Fingerprint Pro paste the JSON from /api/event/v4/ if you have it. For CreepJS paste the full Smart Signals block. Optional but speeds things up a lot.
|
||||
description: "FP Pro: JSON from /api/event/v4/. CreepJS: Smart Signals block. Optional."
|
||||
render: json
|
||||
validations:
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue