mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-12 10:24:29 +01:00
Update
This commit is contained in:
parent
e1de765040
commit
278b8791c5
26
.github/ISSUE_TEMPLATE/bug_report.md
vendored
26
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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
56
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user