diff --git a/.github/ISSUE_TEMPLATE/tools.yml b/.github/ISSUE_TEMPLATE/tools.yml index d9eafc9..2339e33 100644 --- a/.github/ISSUE_TEMPLATE/tools.yml +++ b/.github/ISSUE_TEMPLATE/tools.yml @@ -49,8 +49,11 @@ body: label: License description: What license is used for your tool? options: + - MIT - More to be added - required: true + default: 0 + validations: + required: true - type: checkboxes id: features attributes: @@ -59,9 +62,9 @@ body: options: - Software identification - Vulnerability identification - - - Alerting - Compliance automation + - More to be added validations: required: true - type: dropdown