From d7ab6dea490c8d393a652c34d5f44e2d0708914d Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Tue, 21 Dec 2021 12:32:37 +0900 Subject: [PATCH] chore: Set required to false --- .github/ISSUE_TEMPLATE/2_bug_report.txt | 4 ++-- .github/ISSUE_TEMPLATE/3_proposal.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2_bug_report.txt b/.github/ISSUE_TEMPLATE/2_bug_report.txt index 52d1271..0be98b3 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report.txt +++ b/.github/ISSUE_TEMPLATE/2_bug_report.txt @@ -43,10 +43,10 @@ body: label: Relevant log output description: Copy and paste any relevant log output here. validations: - required: true + required: false - type: textarea attributes: label: Additional context. description: Write any other context about the question here. validations: - required: true + required: false diff --git a/.github/ISSUE_TEMPLATE/3_proposal.yml b/.github/ISSUE_TEMPLATE/3_proposal.yml index 2c9f760..59bda55 100644 --- a/.github/ISSUE_TEMPLATE/3_proposal.yml +++ b/.github/ISSUE_TEMPLATE/3_proposal.yml @@ -36,10 +36,10 @@ body: label: "Describe alternatives you've considered" description: "A clear and concise description of any alternative solutions or features you've considered." validations: - required: true + required: false - type: textarea attributes: label: "Additional context" description: "Add any other context or screenshots about the feature request here." validations: - required: true + required: false