diff --git a/.github/DISCUSSION_TEMPLATE/ideas.yml b/.github/DISCUSSION_TEMPLATE/ideas.yml
index 1ea14f8..002583b 100644
--- a/.github/DISCUSSION_TEMPLATE/ideas.yml
+++ b/.github/DISCUSSION_TEMPLATE/ideas.yml
@@ -1,4 +1,5 @@
title: "💡 Feature Request
"
+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: "🐛 "
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."
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
deleted file mode 100644
index 34587ae..0000000
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-name: "💡 Feature Request"
-description: Create a new ticket for a new feature request
-title: "💡 "
-labels: ["question"]
-body:
- - type: textarea
- id: summary
- attributes:
- label: "Summary"
- description: Provide a brief explanation of the feature
- placeholder: Describe in a few lines your feature request
- validations:
- required: true
- - type: textarea
- id: basic_example
- attributes:
- label: "Basic Example"
- description: Indicate here some basic examples of your feature.
- placeholder: A few specific words about your feature request.
- validations:
- required: true
- - type: textarea
- id: drawbacks
- attributes:
- label: "Drawbacks"
- description: What are the drawbacks/impacts of your feature request ?
- placeholder: Identify the drawbacks and impacts while being neutral on your feature request
- validations:
- required: true
- - type: textarea
- id: unresolved_question
- attributes:
- label: "Unresolved questions"
- description: What questions still remain unresolved ?
- placeholder: Identify any unresolved issues.
- validations:
- required: false