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