Skip to content

Commit

Permalink
Update and rename bug_report.md to bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lewmilburn authored May 19, 2024
1 parent 3854746 commit a26f2d7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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:"
---

0 comments on commit a26f2d7

Please sign in to comment.