From ea46ae8b5f2e04673b953bd2768cffb7b61b2b7d Mon Sep 17 00:00:00 2001 From: james-haytko_nwx Date: Thu, 12 Feb 2026 10:55:45 -0600 Subject: [PATCH] Made use case field optional. It was causing CC to concoct some justification. --- .github/ISSUE_TEMPLATE/contend_add.yml | 4 ++-- .github/ISSUE_TEMPLATE/site_add.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: