diff options
| author | Daniel She <shekwancheung0528@gmail.com> | 2019-05-03 17:20:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-03 17:20:48 +0800 |
| commit | b5a59fd4f678741db7c863ae25b1b6ebf265bd13 (patch) | |
| tree | 43132e7effc6fe38f817a77ae9269350b7874f48 /.github | |
| parent | c1de02e7d2d42123cb207f9fa8e869c8a25fcdf6 (diff) | |
| download | RoughlyEnoughItems-b5a59fd4f678741db7c863ae25b1b6ebf265bd13.tar.gz RoughlyEnoughItems-b5a59fd4f678741db7c863ae25b1b6ebf265bd13.tar.bz2 RoughlyEnoughItems-b5a59fd4f678741db7c863ae25b1b6ebf265bd13.zip | |
Update issue templates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..d35332761 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,29 @@ +--- +name: Bug Report +about: Create a report to help us improve +title: "[Bug]" +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Steps to Reproduce** +Steps to reproduce the behavior: +- First Step +- Second Step + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment (please complete the following information with the version):** + - Minecraft: [e.g. 1.14] + - Mod Loader: [e.g. forge, fabric] + +**Logs** +Pastebin the log [e.g. `logs/latest.log`] and link it below: + +**Additional context** +Add any other context about the problem here. |
