Remove labels from issue templates

This commit is contained in:
Georges-Antoine Assi
2025-01-16 17:18:01 -05:00
parent 5ee3f631eb
commit 68af8b0df1
3 changed files with 0 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
name: Bug report
about: Report a bug, issue or problem
title: "[Bug] Bug title"
labels: bug
assignees: ""
---

View File

@@ -2,6 +2,5 @@
name: Custom issue template
about: Describe this issue template's purpose here.
title: "[Other] Custom issue title"
labels: other
assignees: ""
---

View File

@@ -2,7 +2,6 @@
name: Feature request
about: Suggest an idea for this project
title: "[Feature] Feature title"
labels: feature
assignees: ""
---