summaryrefslogtreecommitdiff
path: root/.gitlab/issue_templates/application_crash.md
diff options
context:
space:
mode:
authorBenji Dial <benji6283@gmail.com>2021-03-11 23:12:09 -0500
committerBenji Dial <benji6283@gmail.com>2021-03-11 23:12:09 -0500
commit3abe7eb284c2655c7f45ce46bd9d7b66345b2d00 (patch)
tree17d21e0a62f80fbcc44403cf6f28f5f57183dd2d /.gitlab/issue_templates/application_crash.md
parent5fcf57739e68a8b5053e03778aaee0eed445babd (diff)
downloadportland-os-3abe7eb284c2655c7f45ce46bd9d7b66345b2d00.tar.gz
two issue templates, removing old linguist fix attempt
Diffstat (limited to '.gitlab/issue_templates/application_crash.md')
-rw-r--r--.gitlab/issue_templates/application_crash.md25
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..a84fef1
--- /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, and proofread your issue under the "preview" tab.)
+
+/label ~kind::application-crash \ No newline at end of file