adding bug report issue template
This commit is contained in:
parent
9e2a02d22f
commit
cf3fe51cc9
1 changed files with 29 additions and 0 deletions
29
.gitlab/issue_templates/bug report.md
Normal file
29
.gitlab/issue_templates/bug report.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
## Application Name
|
||||
|
||||
(Put the name of the misbehaving application or library here. If it is a bug in the kernel, but "Kernel" here. If the application is crashing, use the "application crash" template.)
|
||||
|
||||
## Steps to Reproduce
|
||||
|
||||
(Please tell us how to reliably make this bug happen.)
|
||||
|
||||
## Expected Behavior
|
||||
|
||||
(What should have happened?)
|
||||
|
||||
## Actual Behavior
|
||||
|
||||
(What really happened?)
|
||||
|
||||
## Version or Object Dump
|
||||
|
||||
(Put the version number here if using a released version. If building from source with no changes, put the commit SHA of the version you are building. If building from source with modifications, please link to the output of `objdump -d -C -Mintel obj/APPLICATION.elf`, as well as `objdump -t -C obj/APPLICATION.elf | sort`. If the bug is in the kernel, `obj/kernel.elf` is the filename.)
|
||||
|
||||
## Additional Comments
|
||||
|
||||
(If you've done any research into what might be causing the problem, or noticed a similarity to a past problem, please let us know!)
|
||||
|
||||
## Final Steps
|
||||
|
||||
(Please set the appropriate "where" label, then delete this heading. Finally, proofread your issue under the "preview" tab.)
|
||||
|
||||
/label ~"kind::bug"
|
Reference in a new issue