chore: fix labels on issue templates

This commit is contained in:
Henry
2025-06-05 05:41:21 +01:00
committed by GitHub
parent 27c0c0a5e8
commit 1698b744e4
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
name: "\U0001F41B Bug Report" name: "\U0001F41B Bug Report"
about: Create a report to help us improve about: Create a report to help us improve
title: '' title: ''
labels: feature labels: bug
assignees: '' assignees: ''
--- ---

View File

@@ -2,7 +2,7 @@
name: "✨ Feature Request" name: "✨ Feature Request"
about: Suggest an idea for this project about: Suggest an idea for this project
title: '' title: ''
labels: '' labels: feature
assignees: '' assignees: ''
--- ---