mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
ci: add dropdown for plugin selection in bug and feature request templates
This commit is contained in:
11
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
11
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -3,6 +3,17 @@ description: File a bug report.
|
||||
title: "Bug: "
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: dropdown
|
||||
id: plugin
|
||||
attributes:
|
||||
label: In which plugin has the error occurred?
|
||||
multiple: false
|
||||
options:
|
||||
- FancyNpcs
|
||||
- FancyHolograms
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user