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

Improve bug report issue template #886

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
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ body:
1. Do this
2. Click on this
3. See error
- type: input
- type: textarea
id: expected_behavior
validations:
required: true
attributes:
label: Expected Behavior
description: Describe what you expected to happen
- type: input
- type: textarea
id: actual_behavior
validations:
required: true
Expand All @@ -47,15 +47,15 @@ body:
required: true
attributes:
label: Server Software & Minecraft Version
description: The server software and Minecraft version you are using ("latest" is not accurate enough)
description: Please copy and paste the output of `/version`, "latest" is not helpful
- 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
description: Please copy and paste the output of `/is version`, "latest" is not helpful
- type: input
id: logs
attributes:
label: Server logs
Expand Down
Loading