mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
Fix default labels in issue templates
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Bug Report
|
||||
description: File a bug report.
|
||||
title: "Bug: "
|
||||
labels: ["bug"]
|
||||
labels: [ "Type: Bug", "Priority: Medium", "Status: Pending" ]
|
||||
body:
|
||||
- type: dropdown
|
||||
id: plugin
|
||||
|
||||
Reference in New Issue
Block a user