diff options
Diffstat (limited to '.gitlab/issue_templates/application crash.md')
-rw-r--r-- | .gitlab/issue_templates/application crash.md | 2 |
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 |