mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-12 10:24:29 +01:00
[ci-skip] delete .github
This commit is contained in:
parent
bb44c6fd22
commit
9e53ad8eb5
91
.github/ISSUE_TEMPLATE/bugs.yml
vendored
91
.github/ISSUE_TEMPLATE/bugs.yml
vendored
@ -1,91 +0,0 @@
|
||||
name: "Bug Report"
|
||||
description: "Create a report to help us improve the plugin."
|
||||
title: "[Bug Report]: "
|
||||
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. Markdown is supported!
|
||||
|
||||
If you have any large stack traces / errors, Please use https://mclo.gs/
|
||||
|
||||
Spark Profiler > https://spark.lucko.me/download
|
||||
- type: input
|
||||
attributes:
|
||||
label: Spark link
|
||||
description: We ask that Spark profilings are shared through a link, not a screenshot. Screenshots inhibit our ability to figure out the real cause of the issue.
|
||||
placeholder: Output of /spark profiler --timeout 300
|
||||
validations:
|
||||
required: false
|
||||
- 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.4
|
||||
- 1.20.1
|
||||
# 1.20.2
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: platform
|
||||
attributes:
|
||||
label: Server Platform
|
||||
description: What server platform are you using?
|
||||
options:
|
||||
- Spigot
|
||||
- Paper
|
||||
- Purpur
|
||||
- Folia
|
||||
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
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Agreements
|
||||
description: Please agree to the following.
|
||||
options:
|
||||
- label: I have searched for and ensured there isn't already an open issue regarding this.
|
||||
required: true
|
||||
- label: I ticked all the boxes without actually reading them
|
||||
required: false
|
||||
- label: My version of Minecraft is supported by CrazyCrew.
|
||||
required: true
|
Loading…
Reference in New Issue
Block a user