From 82eb22634eef66b51b38654599c8eb546be652e7 Mon Sep 17 00:00:00 2001 From: feder-cr <85809106+feder-cr@users.noreply.github.com> Date: Thu, 25 Jun 2026 04:16:47 +0200 Subject: [PATCH] chore: remove LLM-style phrasing from issue templates --- .github/ISSUE_TEMPLATE/01-launch-failure.yml | 2 +- .github/ISSUE_TEMPLATE/02-site-or-action-bug.yml | 2 +- .github/ISSUE_TEMPLATE/03-stealth-detection.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-launch-failure.yml b/.github/ISSUE_TEMPLATE/01-launch-failure.yml index 2c5451f..ef4cae0 100644 --- a/.github/ISSUE_TEMPLATE/01-launch-failure.yml +++ b/.github/ISSUE_TEMPLATE/01-launch-failure.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/02-site-or-action-bug.yml b/.github/ISSUE_TEMPLATE/02-site-or-action-bug.yml index 6c38de6..9061150 100644 --- a/.github/ISSUE_TEMPLATE/02-site-or-action-bug.yml +++ b/.github/ISSUE_TEMPLATE/02-site-or-action-bug.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/03-stealth-detection.yml b/.github/ISSUE_TEMPLATE/03-stealth-detection.yml index c069570..4772a21 100644 --- a/.github/ISSUE_TEMPLATE/03-stealth-detection.yml +++ b/.github/ISSUE_TEMPLATE/03-stealth-detection.yml @@ -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