From 51cd88f328acb0b208a232c5cbccb83de6ac8188 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 20 Feb 2025 08:16:14 -0600 Subject: [PATCH] chore(gh): Add a data template --- .../ISSUE_TEMPLATE/false-positive-data.yml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/false-positive-data.yml diff --git a/.github/ISSUE_TEMPLATE/false-positive-data.yml b/.github/ISSUE_TEMPLATE/false-positive-data.yml new file mode 100644 index 0000000..376555f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/false-positive-data.yml @@ -0,0 +1,32 @@ +name: "False positive: data" +description: Specially encoded data is being treated as a word +labels: 'S-triage,A-exclude' +body: + - type: input + attributes: + label: Example data + validations: + required: true + - type: input + attributes: + label: Incorrect correction + validations: + required: true + - type: textarea + attributes: + label: Description of data format + description: Sigils, length, allowed characters, etc + validations: + required: true + - type: textarea + attributes: + label: Justification + description: Where all is this data format used + validations: + required: true + - type: textarea + attributes: + label: Notes + description: Any other relevant information + validations: + required: false