limine/.github/ISSUE_TEMPLATE/bug_report.md

27 lines
624 B
Markdown
Raw Normal View History

2020-11-16 17:40:13 +03:00
---
name: Bug report
about: Create a report to help us fix a bug
title: ''
labels: bug
assignees: ''
---
**Limine version used**
2021-03-21 11:16:06 +03:00
Put the version of Limine where the bug was encountered here. If using `trunk`, the commit hash.
2020-11-16 17:40:13 +03:00
**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**
2021-03-21 11:16:06 +03:00
If the bug results in a panic, show the resulting the stacktrace here.
2020-11-16 17:40:13 +03:00
**Additional context**
Add any other context about the problem here.