diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..d83af88e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us fix a bug +title: '' +labels: bug +assignees: '' + +--- + +**Limine version used** +Put the version of Limine where the bug was encountered here. If using `unstable`, the commit hash. + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Actual (broken) behaviour** +A clear and concise description of what happens instead. + +**To Reproduce** +Steps to reproduce the behavior, if possible. + +**Stacktrace** +If the bug results in a panic, please add a `STAGE2_MAP=` key to your config file where `` is a URI that points to the `stage2.map` file. This file is shipped in the root of the repository, or alternatively generated when compiling Limine. + +Show the resulting the stacktrace here. + +**Additional context** +Add any other context about the problem here.