Skip to content

Commit 51cd88f

Browse files
committed
chore(gh): Add a data template
1 parent c11cf6c commit 51cd88f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: "False positive: data"
2+
description: Specially encoded data is being treated as a word
3+
labels: 'S-triage,A-exclude'
4+
body:
5+
- type: input
6+
attributes:
7+
label: Example data
8+
validations:
9+
required: true
10+
- type: input
11+
attributes:
12+
label: Incorrect correction
13+
validations:
14+
required: true
15+
- type: textarea
16+
attributes:
17+
label: Description of data format
18+
description: Sigils, length, allowed characters, etc
19+
validations:
20+
required: true
21+
- type: textarea
22+
attributes:
23+
label: Justification
24+
description: Where all is this data format used
25+
validations:
26+
required: true
27+
- type: textarea
28+
attributes:
29+
label: Notes
30+
description: Any other relevant information
31+
validations:
32+
required: false

0 commit comments

Comments
 (0)