From 0df3fee3f4e5c53085a850a09cae77d4f9979ce4 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 3 Dec 2023 21:56:50 +0800 Subject: [PATCH] Minor --- .github/DISCUSSION_TEMPLATE/ask-for-help.yml | 3 +-- .github/DISCUSSION_TEMPLATE/feature-request.yml | 3 +-- .github/ISSUE_TEMPLATE/ask-for-help.yaml | 8 ++++---- .github/ISSUE_TEMPLATE/feature_request.yaml | 8 ++++---- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/ask-for-help.yml b/.github/DISCUSSION_TEMPLATE/ask-for-help.yml index 6d4191a..192e586 100644 --- a/.github/DISCUSSION_TEMPLATE/ask-for-help.yml +++ b/.github/DISCUSSION_TEMPLATE/ask-for-help.yml @@ -1,5 +1,4 @@ -title: "❓ Ask for help" -labels: [help] +labels: [help] body: - type: checkboxes id: no-duplicate-issues diff --git a/.github/DISCUSSION_TEMPLATE/feature-request.yml b/.github/DISCUSSION_TEMPLATE/feature-request.yml index a23cf40..60189a7 100644 --- a/.github/DISCUSSION_TEMPLATE/feature-request.yml +++ b/.github/DISCUSSION_TEMPLATE/feature-request.yml @@ -1,4 +1,3 @@ -title: 🚀 Feature Request labels: [feature-request] body: - type: checkboxes @@ -52,4 +51,4 @@ body: attributes: label: "📝 Additional Context" description: "Add any other context or screenshots about the feature request here." - placeholder: "..." \ No newline at end of file + placeholder: "..." diff --git a/.github/ISSUE_TEMPLATE/ask-for-help.yaml b/.github/ISSUE_TEMPLATE/ask-for-help.yaml index 2a64539..108cd8d 100644 --- a/.github/ISSUE_TEMPLATE/ask-for-help.yaml +++ b/.github/ISSUE_TEMPLATE/ask-for-help.yaml @@ -1,14 +1,14 @@ -name: "❓ Ask for help" -description: "Please go to the Discussions tab to submit a Help Request" +name: "⚠️ Ask for help (Please go to the \"Discussions\" tab to submit a Help Request)" +description: "⚠️ Please go to the \"Discussions\" tab to submit a Help Request" body: - type: markdown attributes: value: | - Please go to https://github.com/louislam/dockge/discussions/new?category=ask-for-help + ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ Please go to https://github.com/louislam/dockge/discussions/new?category=ask-for-help - type: checkboxes id: no-duplicate-issues attributes: - label: "Issues are for bug reports only" + label: "Issues are for bug reports only, please go to the \"Discussions\" tab to submit a Feature Request" options: - label: "I understand" required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 1e0832a..a8dbe6c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,14 +1,14 @@ -name: 🚀 Feature Request -description: "Please go to the Discussions tab to submit a Feature Request" +name: 🚀 Feature Request (Please go to the "Discussions" tab to submit a Feature Request) +description: "⚠️ Please go to the \"Discussions\" tab to submit a Feature Request" body: - type: markdown attributes: value: | - Please go to https://github.com/louislam/dockge/discussions/new?category=feature-request + ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ Please go to https://github.com/louislam/dockge/discussions/new?category=ask-for-help - type: checkboxes id: no-duplicate-issues attributes: - label: "Issues are for bug reports only" + label: "Issues are for bug reports only, please go to the \"Discussions\" tab to submit a Feature Request" options: - label: "I understand" required: true