aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Nathanaƫl Houn <contact@nathanaelhoun.fr>2023-02-15 19:42:35 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-02-16 09:40:30 +0530
commit219318a087a9cd55788d1c8657f09e587ffcdc40 (patch)
tree47335412e0fa40315703f2852c4b4aa53cfe01c5
parentdocs: improve clarity (diff)
downloadferdium-app-219318a087a9cd55788d1c8657f09e587ffcdc40.tar.gz
ferdium-app-219318a087a9cd55788d1c8657f09e587ffcdc40.tar.zst
ferdium-app-219318a087a9cd55788d1c8657f09e587ffcdc40.zip
docs: remove title because we have tags
-rw-r--r--.github/ISSUE_TEMPLATE/app_bug_report.yml1
-rw-r--r--.github/ISSUE_TEMPLATE/app_feature_request.yml1
-rw-r--r--.github/ISSUE_TEMPLATE/recipe_bug_report.yml1
-rw-r--r--.github/ISSUE_TEMPLATE/recipe_request.yml1
4 files changed, 0 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/app_bug_report.yml b/.github/ISSUE_TEMPLATE/app_bug_report.yml
index 1dd687e52..022266e65 100644
--- a/.github/ISSUE_TEMPLATE/app_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/app_bug_report.yml
@@ -1,6 +1,5 @@
1name: App - Bug report 1name: App - Bug report
2description: Report a bug in the Ferdium app 2description: Report a bug in the Ferdium app
3title: "[Bug]: "
4labels: ["bug :beetle:"] 3labels: ["bug :beetle:"]
5body: 4body:
6 - type: markdown 5 - type: markdown
diff --git a/.github/ISSUE_TEMPLATE/app_feature_request.yml b/.github/ISSUE_TEMPLATE/app_feature_request.yml
index 10a73a8d5..f96d88d0a 100644
--- a/.github/ISSUE_TEMPLATE/app_feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/app_feature_request.yml
@@ -1,6 +1,5 @@
1name: App - Feature Request 1name: App - Feature Request
2description: Suggest an idea for the Ferdium app 2description: Suggest an idea for the Ferdium app
3title: "[Feature]: "
4labels: ["enhancement :sparkles:"] 3labels: ["enhancement :sparkles:"]
5body: 4body:
6 - type: markdown 5 - type: markdown
diff --git a/.github/ISSUE_TEMPLATE/recipe_bug_report.yml b/.github/ISSUE_TEMPLATE/recipe_bug_report.yml
index 969ec96c9..8e71af482 100644
--- a/.github/ISSUE_TEMPLATE/recipe_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/recipe_bug_report.yml
@@ -1,6 +1,5 @@
1name: Recipes - Bug Report 1name: Recipes - Bug Report
2description: Report a bug in a Ferdium Recipe for a particular service 2description: Report a bug in a Ferdium Recipe for a particular service
3title: "[Bug]: "
4labels: ["bug :beetle:", "recipe :bookmark_tabs:"] 3labels: ["bug :beetle:", "recipe :bookmark_tabs:"]
5body: 4body:
6- type: markdown 5- type: markdown
diff --git a/.github/ISSUE_TEMPLATE/recipe_request.yml b/.github/ISSUE_TEMPLATE/recipe_request.yml
index 895464e03..9380fff29 100644
--- a/.github/ISSUE_TEMPLATE/recipe_request.yml
+++ b/.github/ISSUE_TEMPLATE/recipe_request.yml
@@ -1,6 +1,5 @@
1name: Recipes - New Service Request 1name: Recipes - New Service Request
2description: Suggest a service that we should add to Ferdium Recipes 2description: Suggest a service that we should add to Ferdium Recipes
3title: "[Recipe Request]: "
4labels: ["recipe request :sparkles:", "recipe :bookmark_tabs:"] 3labels: ["recipe request :sparkles:", "recipe :bookmark_tabs:"]
5body: 4body:
6- type: markdown 5- type: markdown