Skip to content

Commit

Permalink
chore(gh): False-positive template
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 19, 2025
1 parent dd593f4 commit 2d7aab4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/false-positive.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2d7aab4

Please sign in to comment.