mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-23 21:41:02 -05:00
chore(gh): Encourage people to check for dupes
This commit is contained in:
parent
51cd88f328
commit
636d59beef
2 changed files with 12 additions and 0 deletions
|
@ -2,6 +2,12 @@ name: "False positive: data"
|
||||||
description: Specially encoded data is being treated as a word
|
description: Specially encoded data is being treated as a word
|
||||||
labels: 'S-triage,A-exclude'
|
labels: 'S-triage,A-exclude'
|
||||||
body:
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Please complete the following tasks
|
||||||
|
options:
|
||||||
|
- label: I have searched the [open](https://github.com/clap-rs/clap/issues?q=is%3Aissue state%3Aopen label%3AA-exclude) and [rejected](https://github.com/crate-ci/typos/issues?q=is%3Aissue%20state%3Aclosed%20label%3AA-exclude) issues
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Example data
|
label: Example data
|
||||||
|
|
|
@ -2,6 +2,12 @@ name: "False positive: valid word"
|
||||||
description: A valid english word is being corrected
|
description: A valid english word is being corrected
|
||||||
labels: 'S-triage,A-dict'
|
labels: 'S-triage,A-dict'
|
||||||
body:
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Please complete the following tasks
|
||||||
|
options:
|
||||||
|
- label: I have searched the [open](https://github.com/clap-rs/clap/issues?q=is%3Aissue state%3Aopen label%3AA-dict) and [rejected](https://github.com/crate-ci/typos/issues?q=is%3Aissue%20state%3Aclosed%20label%3AA-dict) issues
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Valid word
|
label: Valid word
|
||||||
|
|
Loading…
Add table
Reference in a new issue