-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/1.19.x' into 1.19.x
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
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,31 @@ | ||
--- | ||
name: Bug report | ||
about: A quick guide on how to write a bug report | ||
title: "[MC Version] Issue Title" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please fill out the template below to describe your issue. Doing so **greatly** helps us understand what happened! | ||
|
||
**Description** | ||
A clear and concise description of what the bug is. | ||
|
||
**Steps to reproduce:** | ||
What did you do to cause the issue? Can it be replicated? | ||
|
||
**Expected behavior:** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Logs** | ||
Even if the game didn't crash, please submit your client/server logs as well. They contain vital information to troubleshoot the issue. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Mod list:** | ||
Post a list of your mods here, **Forge, Origins and Origins: Classes versions are mandatory!** | ||
You can generate a mod list by forcing a crash. In your game, hold F3+C for 10 seconds, then check your logs; the list of mods will be by the end. | ||
|
||
Thank you for helping with the project! Your reports are appreciated! |