Skip to content

Commit 7671395

Browse files
Fix issue template parsing errors
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent afb5f73 commit 7671395

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/tools.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ body:
3838
label: summary
3939
description: Please provide a brief summary of your tool.
4040
placeholder: Tell us all about it!
41-
value:
41+
value: |
42+
This is a brief summary of the tool.
4243
validations:
4344
required: true
4445
- type: dropdown
@@ -58,12 +59,11 @@ body:
5859
label: features
5960
description: What features does your tool provide?
6061
options:
61-
- Software identification
62-
- Vulnerability identification
63-
- Alerting
64-
- Compliance automation
65-
- More to be added
66-
required: true
62+
- label: Software identification
63+
- label: Vulnerability identification
64+
- label: Alerting
65+
- label: Compliance automation
66+
- label: More to be added
6767
- type: checkboxes
6868
id: FOSS
6969
attributes:

0 commit comments

Comments
 (0)