mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-23 21:41:02 -05:00
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
name: "False positive: data"
|
|
description: Specially encoded data is being treated as a word
|
|
labels: 'S-triage,A-exclude'
|
|
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%20state%3Aopen%20label%3AA-exclude) and [rejected](https://github.com/crate-ci/typos/issues?q=is%3Aissue%20state%3Aclosed%20label%3AA-exclude) issues
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Example data
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Incorrect correction
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Description of data format
|
|
description: Sigils, length, allowed characters, etc
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Justification
|
|
description: Where all is this data format used
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Notes
|
|
description: Any other relevant information
|
|
validations:
|
|
required: false
|