diff options
-rw-r--r-- | .gitlab/issue_templates/bug report.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/bug report.md b/.gitlab/issue_templates/bug report.md new file mode 100644 index 0000000..e24121b --- /dev/null +++ b/.gitlab/issue_templates/bug report.md @@ -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" |