From 6a318685929013e1801aebad2eb874e7dd2e0904 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Tue, 26 Sep 2023 18:40:00 +0800 Subject: [PATCH] Drop `contributing` option from issue template (#9633) --- .github/ISSUE_TEMPLATE/documentation.yml | 12 ------------ .github/ISSUE_TEMPLATE/icon_request.yml | 12 ------------ .github/ISSUE_TEMPLATE/icon_update.yml | 12 ------------ 3 files changed, 36 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 790d0ed4..0f3485d9 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -33,15 +33,3 @@ body: placeholder: "Example: The documentation doesn't cover my use case of the NPM package..." validations: required: true - - - type: dropdown - attributes: - label: Contributing - description: >- - This is an open source project and we welcome contributions. Do you want to - work on this issue? - options: - - 'Yes' - - 'No' - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/icon_request.yml b/.github/ISSUE_TEMPLATE/icon_request.yml index df29ded6..8948d0bf 100644 --- a/.github/ISSUE_TEMPLATE/icon_request.yml +++ b/.github/ISSUE_TEMPLATE/icon_request.yml @@ -76,15 +76,3 @@ body: - Is the icon released under a license? - If you think the brand might not be accepted, why do you think it should be considered? placeholder: 'Example: There are two variants of this icon...' - - - type: dropdown - attributes: - label: Contributing - description: >- - This is an open source project and we welcome contributions. Do you want to - add this icon? - options: - - 'Yes' - - 'No' - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/icon_update.yml b/.github/ISSUE_TEMPLATE/icon_update.yml index f0a48855..ca61a971 100644 --- a/.github/ISSUE_TEMPLATE/icon_update.yml +++ b/.github/ISSUE_TEMPLATE/icon_update.yml @@ -42,15 +42,3 @@ body: - Are there multiple options for the logo and/or color? - Is the icon released under a license? placeholder: 'Example: There are two variants of this icon...' - - - type: dropdown - attributes: - label: Contributing - description: >- - This is an open source project and we welcome contributions. Do you want to - update this icon? - options: - - 'Yes' - - 'No' - validations: - required: true