From c24714e1b2c5754c927f7ef64255b43a775a2f2d Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 25 May 2023 13:15:35 +0800 Subject: [PATCH] chore: update issue template. --- .github/ISSUE_TEMPLATE/NEW_ADDITION_TO_LIST.yml | 10 +++++----- .github/ISSUE_TEMPLATE/REMOVE_ITEM_FROM_LIST.yml | 10 +++++----- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/NEW_ADDITION_TO_LIST.yml b/.github/ISSUE_TEMPLATE/NEW_ADDITION_TO_LIST.yml index 1c5cfc162c5..cd79bce7fed 100644 --- a/.github/ISSUE_TEMPLATE/NEW_ADDITION_TO_LIST.yml +++ b/.github/ISSUE_TEMPLATE/NEW_ADDITION_TO_LIST.yml @@ -1,6 +1,6 @@ -name: 🐝 Addition to list +name: 🎉 Addition to list description: Suggest an addition to this list. -title: '🐝 Add ' +title: '🎉 Add ' labels: ['addition'] body: - type: markdown @@ -10,7 +10,7 @@ body: - type: textarea attributes: - label: Provide a link to the proposed addition + label: đŸĒŠ Provide a link to the proposed addition description: Place link here. placeholder: | https://github.com/jaywcjlove/awesome-mac @@ -21,14 +21,14 @@ body: - type: textarea attributes: - label: Explain why it should be added + label: đŸ˜ŗ Explain why it should be added description: A clear and concise description of why it should be added to this list. validations: required: true - type: textarea attributes: - label: Additional context + label: 📖 Additional context description: Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/REMOVE_ITEM_FROM_LIST.yml b/.github/ISSUE_TEMPLATE/REMOVE_ITEM_FROM_LIST.yml index bd25ff096a4..9c0e8e7a37b 100644 --- a/.github/ISSUE_TEMPLATE/REMOVE_ITEM_FROM_LIST.yml +++ b/.github/ISSUE_TEMPLATE/REMOVE_ITEM_FROM_LIST.yml @@ -1,6 +1,6 @@ -name: 🐝 Removal from list +name: 🗑 Removal from list description: Suggest a removal from this list. -title: '🐝 Remove ' +title: '🗑 Remove ' labels: ['addition'] body: - type: markdown @@ -10,7 +10,7 @@ body: - type: textarea attributes: - label: Provide a link to the proposed addition + label: đŸĒŠ Provide a link to the proposed addition description: Place link here. placeholder: | https://github.com/jaywcjlove/awesome-mac @@ -21,12 +21,12 @@ body: - type: textarea attributes: - label: Explain why it should be removed + label: đŸ˜ŗ Explain why it should be removed description: A clear and concise description of why it should be added to this list. validations: required: true - type: textarea attributes: - label: Additional context + label: 📖 Additional context description: Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 7cf950ae424..46fde989cf2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -28,7 +28,7 @@ body: - type: textarea attributes: - label: Additional contex + label: 📖 Additional contex description: Add any other context or screenshots about the feature request here.