aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2022-01-10 22:43:24 +0100
committerLibravatar kytwb <kytwb@pm.me>2022-01-10 22:43:24 +0100
commit3c1ab450ee645f385332d3e2cc501a1dfc0c69f7 (patch)
tree0b7ae775aa7dd0079f1e7a131fccd49aa94e3bf7 /.github/ISSUE_TEMPLATE
parentMerge branch 'release' into develop (diff)
downloadferdium-app-3c1ab450ee645f385332d3e2cc501a1dfc0c69f7.tar.gz
ferdium-app-3c1ab450ee645f385332d3e2cc501a1dfc0c69f7.tar.zst
ferdium-app-3c1ab450ee645f385332d3e2cc501a1dfc0c69f7.zip
Remove labels in issues titles
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 207e3463a..ce6f33e17 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,6 +1,6 @@
1name: Bug Report 1name: Bug Report
2description: Report an Ferdi bug 2description: Report an Ferdi bug
3title: "[Bug]: " 3title: ""
4labels: ["bug :beetle:"] 4labels: ["bug :beetle:"]
5body: 5body:
6- type: markdown 6- type: markdown
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index 3e7e6d312..679e007c3 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,6 +1,6 @@
1name: Feature Request 1name: Feature Request
2description: Suggest an idea for Ferdi 2description: Suggest an idea for Ferdi
3title: "[Feature Request]: " 3title: ""
4labels: ["enhancement :sparkles:"] 4labels: ["enhancement :sparkles:"]
5body: 5body:
6- type: markdown 6- type: markdown