mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-23 13:31:04 -05:00
chore(gh): False-positive template
This commit is contained in:
parent
dd593f49ac
commit
2d7aab4dda
1 changed files with 26 additions and 0 deletions
26
.github/ISSUE_TEMPLATE/false-positive.yml
vendored
Normal file
26
.github/ISSUE_TEMPLATE/false-positive.yml
vendored
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue