From 3b1533584555509c6bab24bbd5b78292347c021b Mon Sep 17 00:00:00 2001 From: Raghu Simha Date: Tue, 25 May 2021 18:00:05 -0400 Subject: [PATCH] Make a few bug report fields optional --- .github/ISSUE_TEMPLATE/bug-report.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 245540dc70ca..0501127e131a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -39,7 +39,7 @@ body: id: browsers attributes: label: Browser(s) Affected - description: Specify which browser(s) are affected. Select one or more options below. + description: If applicable, specify which browser(s) are affected. Select one or more options below. multiple: true options: - Chrome @@ -47,29 +47,21 @@ body: - Safari - Edge - UC Browser - validations: - required: true - type: input id: operating_systems attributes: label: OS(s) Affected - description: If applicable, specify which operating system(s) are affected. Otherwise just put down 'n/a'. + description: If applicable, specify which operating system(s) are affected. placeholder: e.g. Android 11 - validations: - required: true - type: input id: devices attributes: label: Device(s) Affected - description: If applicable, specify which device(s) are affected. Otherwise just put down 'n/a'. + description: If applicable, specify which device(s) are affected. placeholder: e.g. Pixel 3 - validations: - required: true - type: input id: version attributes: label: AMP Version Affected - description: If applicable, specify which version is affected, in the format YYMMDDHHMMXXX. Otherwise just put down 'latest'. + description: If applicable, specify which version is affected, in the format YYMMDDHHMMXXX. placeholder: e.g. 2101280515000 - validations: - required: true