From 2d7aab4ddaf328c2b2f9b4aa03f607d297aef5f9 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 19 Feb 2025 09:07:30 -0600 Subject: [PATCH] chore(gh): False-positive template --- .github/ISSUE_TEMPLATE/false-positive.yml | 26 +++++++++++++++++++++++ 1 file changed, 26 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..436807d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/false-positive.yml @@ -0,0 +1,26 @@ +name: False positive +description: A valid english word is being corrected +labels: 'S-triage,A-dict' +body: + - type: input + attributes: + label: Valid word + validations: + required: true + - type: input + attributes: + label: Incorrect correction + validations: + required: true + - type: textarea + attributes: + label: Justification + description: Dictionaries, google trends, google ngram, etc + validations: + required: true + - type: textarea + attributes: + label: Notes + description: Any other relevant information + validations: + required: false