From d195a02b0d0ec029467599cb3ccdcb59038e132e Mon Sep 17 00:00:00 2001 From: Muntashir Al-Islam Date: Mon, 24 Jul 2023 16:03:41 +0600 Subject: [PATCH] Change some textarea to input in vulnerability template Signed-off-by: Muntashir Al-Islam --- .github/ISSUE_TEMPLATE/report_vulnerability.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report_vulnerability.yml b/.github/ISSUE_TEMPLATE/report_vulnerability.yml index 29ae97d..11af002 100644 --- a/.github/ISSUE_TEMPLATE/report_vulnerability.yml +++ b/.github/ISSUE_TEMPLATE/report_vulnerability.yml @@ -10,7 +10,7 @@ body: - label: I have investigated the app and created a report required: true - - type: textarea + - type: input attributes: label: Vulnerability report description: CVD/CVE, or a link otherwise @@ -18,14 +18,14 @@ body: validations: required: true - - type: textarea + - type: input attributes: label: Package name placeholder: com.samsung.SMT validations: required: true - - type: textarea + - type: input attributes: label: Package label placeholder: Samsung TTS @@ -42,7 +42,7 @@ body: validations: required: true - - type: textarea + - type: input attributes: label: Removal placeholder: Update, or remove if the feature is not used