Update issue templates (#134)

This commit is contained in:
Eric Gustin 2024-10-30 17:44:22 -07:00 committed by GitHub
parent 2e9ac89e94
commit d91d14aee4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
name: Bug report
about: Create a bug report
title: "[Bug] "
labels: type: bug
labels: "type: bug"
assignees: ''
---

View file

@ -2,7 +2,7 @@
name: Feature request
about: Feature suggestion or idea
title: "[Feature] "
labels: type: feature
labels: "type: feature"
assignees: ''
---