-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename bug_report.md to bug_report.yml
- Loading branch information
1 parent
3854746
commit a26f2d7
Showing
2 changed files
with
32 additions
and
28 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: Bug report | ||
description: Create a report to help us improve our software. | ||
title: Bug report | ||
labels: bug | ||
assignees: "LewMilburn" | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: "Please describe the bug" | ||
description: "Please provide a clear and concise description of what the bug is." | ||
- type: textarea | ||
attributes: | ||
label: "Steps to reproduce the behavior" | ||
description: "What steps can we take to make the same bug or issue happen in our testing environment? What did you do before the issue happened?" | ||
- type: textarea | ||
attributes: | ||
label: "Expected behavior" | ||
description: "What did you expect to happen instead of the issue you're reporting?" | ||
- type: textarea | ||
attributes: | ||
label: "Server information:" | ||
value: "Minecraft Version: [e.g. 1.20.4] - Server Implementation: [e.g. Bukkit, Spigot, Paper, etc.] - Kryptonite Version: [e.g. 1.1.0]" | ||
- type: textarea | ||
attributes: | ||
label: "Please enter a link to your logs" | ||
description: "Links to logs are extremely helpful. We recommend using https://mclo.gs/" | ||
- type: textarea | ||
attributes: | ||
label: "Anything else?" | ||
description: "Please enter any additional information here:" | ||
--- |