Add labels to issue templates

This commit is contained in:
Aalian Khan
2023-04-10 16:21:50 -04:00
committed by GitHub
parent d53e546d68
commit 54b2fd4789
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
--- ---
name: Bug report name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
title: "[BUG] " title: ''
labels: '' labels: bug
assignees: '' assignees: ''
--- ---

View File

@@ -1,8 +1,8 @@
--- ---
name: Feature request name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
title: "[Feature Request]" title: ''
labels: '' labels: enhancement
assignees: '' assignees: ''
--- ---