From 3319431ed4f40139750ed8b82d71e3df44853792 Mon Sep 17 00:00:00 2001 From: Rick Calixte <10281587+rcalixte@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:34:36 -0500 Subject: [PATCH] Update templates Ref: linuxmint/cinnamon-spices-actions#154 --- .github/ISSUE_TEMPLATE/02_feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/feature_request_creator.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/02_feature_request.yml b/.github/ISSUE_TEMPLATE/02_feature_request.yml index dcd73fc3a..42ec756ed 100644 --- a/.github/ISSUE_TEMPLATE/02_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/02_feature_request.yml @@ -116,7 +116,7 @@ body: and in a mature manner. If in doubt, refer to the [Golden Rule](https://en.wikipedia.org/wiki/Golden_Rule) and [Github''s Community Guidelines](https://docs.github.com/en/site-policy/github-terms/github-community-guidelines).*' type: markdown -description: "If you have a feature request \U0001F4A1" +description: "If you have a feature request for an existing Theme \U0001F4A1" labels: - feature request name: "\U0001F680 Theme Feature Request" diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 22dbace55..031a5520b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,7 +3,7 @@ blank_issues_enabled: false contact_links: - name: 💬 Linux Mint Discussions url: https://github.com/orgs/linuxmint/discussions - about: Engage with other members of the community. 👋 + about: Engage with other members of the community, e.g. ideas for new Themes 👋 - name: ❓ Linux Mint Forums url: https://forums.linuxmint.com/ about: Please ask and answer questions here. 🏥 diff --git a/.github/feature_request_creator.py b/.github/feature_request_creator.py index 2c6a7b064..fa810380c 100755 --- a/.github/feature_request_creator.py +++ b/.github/feature_request_creator.py @@ -19,7 +19,7 @@ ''' FEATURE_RQ = {'name': '🚀 Theme Feature Request', - 'description': "If you have a feature request 💡", + 'description': "If you have a feature request for an existing Theme 💡", 'title': 'Theme Feature Request', 'labels': ['feature request'], 'body': [{'type': 'markdown',