From 7153ed5f00b444ecb5b0e56b2d4b900565507555 Mon Sep 17 00:00:00 2001 From: GeneratedUserFJ839 Date: Mon, 12 Jan 2026 18:12:28 +0100 Subject: [PATCH] Create false-positive.yml Added a simple template to help reporters provide the right details for faster triage. --- .github/ISSUE_TEMPLATE/false-positive.yml | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/false-positive.yml diff --git a/.github/ISSUE_TEMPLATE/false-positive.yml b/.github/ISSUE_TEMPLATE/false-positive.yml new file mode 100644 index 0000000..46b9d2b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/false-positive.yml @@ -0,0 +1,28 @@ +**Вставить (создать файл) `.github/ISSUE_TEMPLATE/false-positive.yml`:** +```yml +name: "False positive report" +description: "Report a legitimate domain that is being blocked" +title: "[False Positive]: " +labels: ["false-positive"] +body: + - type: input + id: domain + attributes: + label: Domain + placeholder: "example.com" + validations: + required: true + - type: textarea + id: why_legit + attributes: + label: Why is this domain legitimate? + placeholder: "Provide context, ownership proof, or references." + validations: + required: true + - type: textarea + id: evidence + attributes: + label: Evidence / screenshots + placeholder: "Links, screenshots, or reproduction steps." + validations: + required: false