diff --git a/.github/ISSUE_TEMPLATE/contend_add.yml b/.github/ISSUE_TEMPLATE/contend_add.yml index fa2d8ce478..ca2721d07e 100644 --- a/.github/ISSUE_TEMPLATE/contend_add.yml +++ b/.github/ISSUE_TEMPLATE/contend_add.yml @@ -101,10 +101,10 @@ body: - type: textarea id: use-case attributes: - label: Use case or justification + label: Use case or justification (false) description: | Why is this content needed? What problem does it solve or what scenario does it address? placeholder: | Example: "Many customers are using Source ABC with 1Secure and need guidance on the integration process." validations: - required: true + required: false diff --git a/.github/ISSUE_TEMPLATE/site_add.yml b/.github/ISSUE_TEMPLATE/site_add.yml index 6309e626a8..0ca09e4061 100644 --- a/.github/ISSUE_TEMPLATE/site_add.yml +++ b/.github/ISSUE_TEMPLATE/site_add.yml @@ -49,13 +49,13 @@ body: - type: textarea id: use-case attributes: - label: Use case or justification + label: Use case or justification (optional) description: | Why is this functionality needed? What problem does it solve or what scenario does it address? placeholder: | Example: "Users frequently request a way to view the site in dark mode for better readability in low-light environments." validations: - required: true + required: false - type: dropdown id: browsers attributes: