typos/.github/ISSUE_TEMPLATE/false-positive-data.yml

33 lines
796 B
YAML
Raw Normal View History

2025-02-20 08:16:14 -06:00
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