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
about: Create a report to help us improve
title: "[BUG] "
labels: ''
title: ''
labels: bug
assignees: ''
---

View File

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