This commit is contained in:
Ryder Belserion 2023-01-10 18:49:56 -05:00
parent e1de765040
commit 278b8791c5
No known key found for this signature in database
GPG Key ID: E4441092436053A7
2 changed files with 56 additions and 26 deletions

View File

@ -1,26 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug Report]"
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Versions (please complete the following information):**
- Minecraft Server Version: [e.g. 1.19]
- Plugin Version: [e.g. 1.2.18]
*Do **NOT** say Latest use `/version crazyauctions` in the console.
**Pastebin any errors in console**
Link: https://mclo.gs/
**Issue**
Describe the issue you are having with the plugin.
**Screenshots**
If applicable, add screenshots to help explain your problem.

56
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@ -0,0 +1,56 @@
name: Bug Report
description: Create a report to help us improve our plugins.
title: "[Bug]: "
labels: [bug]
assignees:
- ryderbelserion
body:
- type: markdown
attributes:
value: |
Note: Search to see if an issue already exists for the bug you are reporting.
What plugin version are you on? Type /version <plugin-name>
Add any gif / imgur links if need be.
If you have any large stack traces / errors, Please use https://mclo.gs/
- type: dropdown
id: version
attributes:
label: Server Version
description: What server version are you on?
options:
- 1.8.8
- 1.12.2
- 1.16.5
- 1.19
validations:
required: true
- type: textarea
id: bug
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Change value in placeholder.yml '...'
3. Run command '...'
4. See error
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context about the problem here.
validations:
required: false