chore: add support label whenever new issue is created

This commit is contained in:
JD Solanki
2023-03-09 17:32:48 +05:30
committed by GitHub
parent 2868ee81fb
commit 73075a6fbc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
name: Bug 🐞 name: Bug 🐞
description: Report a bug description: Report a bug
labels: [Bug] labels: [support, bug]
body: body:
- type: markdown - type: markdown
attributes: attributes:

View File

@@ -1,6 +1,6 @@
name: Feature request ✨ name: Feature request ✨
description: Suggest an idea or ask for a feature that you would like to have description: Suggest an idea or ask for a feature that you would like to have
labels: [feat-req] labels: [support, feat-req]
body: body:
- type: markdown - type: markdown
attributes: attributes: