From 624693a4a7026e3ea636a85c22e7b17192ed56cb Mon Sep 17 00:00:00 2001 From: Jason Kuhrt Date: Mon, 29 Jun 2020 22:16:56 -0400 Subject: [PATCH] chore: fix prisma issue templates --- .github/ISSUE_TEMPLATE/11-feature-prisma.md | 4 +--- .github/ISSUE_TEMPLATE/21-bug-prisma.md | 4 +--- .github/ISSUE_TEMPLATE/31-docs-prisma.md | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/11-feature-prisma.md b/.github/ISSUE_TEMPLATE/11-feature-prisma.md index 240bb1873..c64a0bb24 100644 --- a/.github/ISSUE_TEMPLATE/11-feature-prisma.md +++ b/.github/ISSUE_TEMPLATE/11-feature-prisma.md @@ -2,9 +2,7 @@ name: 🚀 Feature –– Prisma plugin about: You have an idea for a new capability or a refinement to an existing one for Prisma plugin title: '' -labels: - - type/feat - - plugin/prisma +labels: type/feat, plugin/prisma assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/21-bug-prisma.md b/.github/ISSUE_TEMPLATE/21-bug-prisma.md index e6707f1e8..e35a68064 100644 --- a/.github/ISSUE_TEMPLATE/21-bug-prisma.md +++ b/.github/ISSUE_TEMPLATE/21-bug-prisma.md @@ -2,9 +2,7 @@ name: 🐛 Bug –– Prisma Plugin about: You encountered something that is not working the way it should for Prisma plugin title: '' -labels: - - type/bug - - plugin/prisma +labels: type/bug, plugin/prisma assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/31-docs-prisma.md b/.github/ISSUE_TEMPLATE/31-docs-prisma.md index 1f3a62dee..ae2dfb34e 100644 --- a/.github/ISSUE_TEMPLATE/31-docs-prisma.md +++ b/.github/ISSUE_TEMPLATE/31-docs-prisma.md @@ -2,9 +2,7 @@ name: 📗 Docs –– Prisma plugin about: You have feedback or ideas about the documentation for Prisma plugin title: '' -labels: - - type/docs - - plugin/prisma +labels: type/docs, plugin/prisma assignees: '' ---