From d5548f3724face63b2ec824f9bb9fb227d2774db Mon Sep 17 00:00:00 2001 From: Kori Kuzma Date: Wed, 29 May 2024 10:33:25 -0400 Subject: [PATCH] chore: make contribution optional in issue templates --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 858602f..5b3f7c8 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -82,4 +82,4 @@ body: - "Yes, but I can only provide ideas and feedback." - "No, I cannot contribute." validations: - required: true + required: false diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 521cd0b..2e1ae64 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -57,4 +57,4 @@ body: - "Yes, but I can only provide ideas and feedback." - "No, I cannot contribute." validations: - required: true + required: false