Skip to content

Commit

Permalink
Fix issue template parsing errors
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
  • Loading branch information
AyanSinhaMahapatra committed Jan 17, 2025
1 parent afb5f73 commit 7671395
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ body:
label: summary
description: Please provide a brief summary of your tool.
placeholder: Tell us all about it!
value:
value: |
This is a brief summary of the tool.
validations:
required: true
- type: dropdown
Expand All @@ -58,12 +59,11 @@ body:
label: features
description: What features does your tool provide?
options:
- Software identification
- Vulnerability identification
- Alerting
- Compliance automation
- More to be added
required: true
- label: Software identification
- label: Vulnerability identification
- label: Alerting
- label: Compliance automation
- label: More to be added
- type: checkboxes
id: FOSS
attributes:
Expand Down

0 comments on commit 7671395

Please sign in to comment.