mirror of
https://github.com/YouHaveTrouble/YardWatch.git
synced 2026-05-12 14:36:58 +00:00
7f9d40aafe
The YardWatch Plugin now supports FactionsUUID. The plugin's functionality has been implemented and added to the list of dependencies in the pom.xml file. Also, FactionsUUID has been included in the soft dependencies category in the plugin.yml file and in the options for bug reports.
33 lines
819 B
YAML
33 lines
819 B
YAML
name: "Bug report"
|
|
description: "Report an issue with existing plugin implementation"
|
|
title: "[BUG]: "
|
|
labels: ["bug"]
|
|
body:
|
|
- type: "dropdown"
|
|
id: "implementation"
|
|
attributes:
|
|
label: "Plugin name"
|
|
multiple: false
|
|
options:
|
|
- "FactionsUUID"
|
|
- "GriefPrevention"
|
|
- "WorldGuard"
|
|
- "LWCX"
|
|
validations:
|
|
required: true
|
|
- type: "textarea"
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
description: Also tell us, what did you expect to happen?
|
|
placeholder: Tell us what's wrong
|
|
validations:
|
|
required: true
|
|
- type: "checkboxes"
|
|
id: "sanity_checks"
|
|
attributes:
|
|
label: "Sanity checks"
|
|
options:
|
|
- label: "I made sure there isn't an open issue about this already"
|
|
required: true
|