summaryrefslogtreecommitdiff
path: root/.gitlab/issue_templates/application crash.md
diff options
context:
space:
mode:
authorBenji Dial <benji6283@gmail.com>2021-03-12 09:54:58 -0500
committerBenji Dial <benji6283@gmail.com>2021-03-12 09:54:58 -0500
commit83835306d57461205a7bcfef9f4c3e06bc504006 (patch)
tree9f6eb5c20be512322ecb5b836f9957d313ecc899 /.gitlab/issue_templates/application crash.md
parent361970cc19487bd112ea2fe226532b752b662956 (diff)
downloadportland-os-83835306d57461205a7bcfef9f4c3e06bc504006.tar.gz
updating issue templates
Diffstat (limited to '.gitlab/issue_templates/application crash.md')
-rw-r--r--.gitlab/issue_templates/application crash.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/issue_templates/application crash.md b/.gitlab/issue_templates/application crash.md
index 7393b65..c6bc1f6 100644
--- a/.gitlab/issue_templates/application crash.md
+++ b/.gitlab/issue_templates/application crash.md
@@ -12,7 +12,7 @@
## 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 using a released version, verify that the same steps still crash the application in the latest released version, and then put that version number here. If building from source, please verify that the same steps still crash the application when applying the same if any changes to the source code of the latest commit on master, and then put "master" here. Additionally, if you have made any source code modifications, after ensuring that the modifications aren't responsible for the crash, please link to an upload of the crashing application's `.elf` file from the `obj` directory.)
## Additional Comments