We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb5f73 commit 7671395Copy full SHA for 7671395
.github/ISSUE_TEMPLATE/tools.yml
@@ -38,7 +38,8 @@ body:
38
label: summary
39
description: Please provide a brief summary of your tool.
40
placeholder: Tell us all about it!
41
- value:
+ value: |
42
+ This is a brief summary of the tool.
43
validations:
44
required: true
45
- type: dropdown
@@ -58,12 +59,11 @@ body:
58
59
label: features
60
description: What features does your tool provide?
61
options:
- - Software identification
62
- - Vulnerability identification
63
- - Alerting
64
- - Compliance automation
65
- - More to be added
66
- required: true
+ - label: Software identification
+ - label: Vulnerability identification
+ - label: Alerting
+ - label: Compliance automation
+ - label: More to be added
67
- type: checkboxes
68
id: FOSS
69
attributes:
0 commit comments