From 80047c8cfd7b930c7fdcd0bbc7b8a6a094937e69 Mon Sep 17 00:00:00 2001 From: Rebbecca Bishop Date: Fri, 19 May 2023 16:12:02 -0500 Subject: [PATCH] Update bug-report.yaml Update Label, Title, Assignee, and Version --- .github/ISSUE_TEMPLATE/bug-report.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 060e8b8..b9e7560 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,6 +1,8 @@ name: Bug Report description: File a bug report -labels: ["type: bug"] +labels: bug +assignees: Valentine195 +title: "[Bug]: " body: - type: markdown attributes: @@ -87,7 +89,7 @@ body: attributes: label: Plugin Version description: Which plugin version are you using? - placeholder: 3.6.3 + placeholder: x.x.x validations: required: true