diff options
author | Benji Dial <benji6283@gmail.com> | 2021-03-11 23:24:19 -0500 |
---|---|---|
committer | Benji Dial <benji6283@gmail.com> | 2021-03-11 23:24:19 -0500 |
commit | 9e2a02d22f668f8a2c9c49cb6efcc1e8ab9af08b (patch) | |
tree | bb4cd2b958531413cb3ef73871feb22faf85c5b4 /.gitlab/issue_templates/application crash.md | |
parent | 3abe7eb284c2655c7f45ce46bd9d7b66345b2d00 (diff) | |
download | portland-os-9e2a02d22f668f8a2c9c49cb6efcc1e8ab9af08b.tar.gz |
polishing issue templates
Diffstat (limited to '.gitlab/issue_templates/application crash.md')
-rw-r--r-- | .gitlab/issue_templates/application crash.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/application crash.md b/.gitlab/issue_templates/application crash.md new file mode 100644 index 0000000..7393b65 --- /dev/null +++ b/.gitlab/issue_templates/application crash.md @@ -0,0 +1,25 @@ +## Application Name + +(Put the name of the crashing application here. Do not report kernel panics with this template.) + +## Steps to Reproduce + +(Please tell us how to reliably make the crash happen.) + +## Relevant Log Entries + +(Please put anything interesting from the log file here, including any exception information. The log is currently not stored in a file, but output on COM1.) + +## 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`.) + +## 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::application-crash" |