From 8fb567adb8bcf25289cd4065cd17c7c206eee288 Mon Sep 17 00:00:00 2001 From: JigSaw Date: Sat, 20 Jan 2024 00:27:49 +0100 Subject: [PATCH] feat(github): add support message to requests (#2187) --- .github/DISCUSSION_TEMPLATE/requests.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/requests.yml b/.github/DISCUSSION_TEMPLATE/requests.yml index b45b577a..a0b79277 100644 --- a/.github/DISCUSSION_TEMPLATE/requests.yml +++ b/.github/DISCUSSION_TEMPLATE/requests.yml @@ -1,6 +1,4 @@ title: ✨ MyNewApp -labels: - - new-app body: - type: textarea id: description @@ -84,11 +82,15 @@ body: I confirm that I have indeed checked that no similar request for this application already exists required: true - - type: markdown + - type: textarea + id: support attributes: + label: Gathering crowds + description: >- + Write a message of encouragement to gather votes and make your request + one of the most popular! value: |- - ---- - **Hey folks!** + Hey folks! Please upvote 👍 this discussion to show your interest in this request! @@ -97,4 +99,4 @@ body: attributes: value: >- This template was generated with [Issue Forms - Creator](https://issue-forms-creator.netlify.app) + Creator](https://issue-forms-creator.netlify.app) \ No newline at end of file