mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-23 13:31:04 -05:00
chore(gh): Add a data template
This commit is contained in:
parent
c11cf6c0e1
commit
51cd88f328
1 changed files with 32 additions and 0 deletions
32
.github/ISSUE_TEMPLATE/false-positive-data.yml
vendored
Normal file
32
.github/ISSUE_TEMPLATE/false-positive-data.yml
vendored
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
name: "False positive: data"
|
||||||
|
description: Specially encoded data is being treated as a word
|
||||||
|
labels: 'S-triage,A-exclude'
|
||||||
|
body:
|
||||||
|
- 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
|
Loading…
Add table
Reference in a new issue