Update issue templates
This commit is contained in:
parent
c33d6c1d15
commit
f2d40775b0
|
@ -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=<uri>` key to your config file where `<uri>` 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.
|
Loading…
Reference in New Issue