Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bug_report.md #881

Merged
merged 2 commits into from
Jul 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 67 additions & 33 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,67 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug, unconfirmed
assignees: PeachesMLG, dlsf, MertUnverdi

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Server and Plugin Version**
Copy and paste the results of `/version` and `/is about`

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Logs**
If there are error messages in your console, please send them via [this](https://mclo.gs)

**Additional context**
Add any other context about the problem here.
name: Bug Report
description: Create a report to help us improve IridiumSkyblock!
title: "[Bug] "
labels: ["bug", "unconfirmed"]
assignees: ["PeachesMLG", "dlsf", "sh0inx"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: markdown
attributes:
value: Before submitting a new issue, ensure your bug hasn't already been reported. If it has, reply to the open issue instead.
- type: textarea
id: reproduction
validations:
required: true
attributes:
label: Steps to Reproduce
description: Provide clear and unambiguous steps on how to reproduce the bug
placeholder: |
1. Do this
2. Click on this
3. See error
- type: input
id: expected_behavior
validations:
required: true
attributes:
label: Expected Behavior
description: Describe what you expected to happen
- type: input
id: actual_behavior
validations:
required: true
attributes:
label: Actual Behavior
description: Describe what actually happened
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Optionally, add some screenshots to show the issue
- type: input
id: minecraft_version
validations:
required: true
attributes:
label: Server Software & Minecraft Version
description: The server software and Minecraft version you are using ("latest" is not accurate enough)
- type: input
id: skyblock_version
validations:
required: true
attributes:
label: IridiumSkyblock version
description: The IridiumSkyblock version you are using ("latest" is not accurate enough)
- type: textarea
id: logs
attributes:
label: Server logs
description: "If there are error messages in your console, please send them via [this](https://mclo.gs)"
- type: textarea
id: additional_comments
attributes:
label: Additional Comments
description: Optionally, add further comments which may enhance the issue
Loading