From c95c32d70c9beb0f282c5f7b65cac0f4ec5bd454 Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Mon, 28 Oct 2024 17:55:25 +0100 Subject: [PATCH] Added ideas.yml --- .../feature_request.yml => DISCUSSION_TEMPLATE/ideas.yml} | 4 +--- .github/ISSUE_TEMPLATE/bug-report.yml | 1 + .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 3 files changed, 7 insertions(+), 3 deletions(-) rename .github/{ISSUE_TEMPLATE/feature_request.yml => DISCUSSION_TEMPLATE/ideas.yml} (90%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/DISCUSSION_TEMPLATE/ideas.yml similarity index 90% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/DISCUSSION_TEMPLATE/ideas.yml index 34587ae..c8e6d4f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/DISCUSSION_TEMPLATE/ideas.yml @@ -1,6 +1,4 @@ -name: "💡 Feature Request" -description: Create a new ticket for a new feature request -title: "💡 " +title: "<title>" labels: ["question"] body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index e68a3f1..ffb8aa3 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -2,6 +2,7 @@ name: "🐛 Bug Report" description: Create a new ticket for a bug. title: "🐛 <title>" labels: ["bug"] +type: "Bug" body: - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..046fd5b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: "💡 Feature Request" + url: "https://github.com/DonutWare/Fladder/discussions/new?category=ideas" + about: "Suggest a new feature or enhancement."