mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-23 05:21:02 -05:00
27 lines
613 B
YAML
27 lines
613 B
YAML
|
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
|