Skip to content

Commit 624693a

Browse files
committed
chore: fix prisma issue templates
1 parent 471adbb commit 624693a

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/ISSUE_TEMPLATE/11-feature-prisma.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
name: 🚀 Feature –– Prisma plugin
33
about: You have an idea for a new capability or a refinement to an existing one for Prisma plugin
44
title: ''
5-
labels:
6-
- type/feat
7-
- plugin/prisma
5+
labels: type/feat, plugin/prisma
86
assignees: ''
97
---
108

.github/ISSUE_TEMPLATE/21-bug-prisma.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
name: 🐛 Bug –– Prisma Plugin
33
about: You encountered something that is not working the way it should for Prisma plugin
44
title: ''
5-
labels:
6-
- type/bug
7-
- plugin/prisma
5+
labels: type/bug, plugin/prisma
86
assignees: ''
97
---
108

.github/ISSUE_TEMPLATE/31-docs-prisma.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
name: 📗 Docs –– Prisma plugin
33
about: You have feedback or ideas about the documentation for Prisma plugin
44
title: ''
5-
labels:
6-
- type/docs
7-
- plugin/prisma
5+
labels: type/docs, plugin/prisma
86
assignees: ''
97
---
108

0 commit comments

Comments
 (0)