diff options
Diffstat (limited to '.gitlab/issue_templates')
-rw-r--r-- | .gitlab/issue_templates/application crash.md | 2 | ||||
-rw-r--r-- | .gitlab/issue_templates/bug report.md | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/.gitlab/issue_templates/bug report.md b/.gitlab/issue_templates/bug report.md index e24121b..e3aa3ef 100644 --- a/.gitlab/issue_templates/bug report.md +++ b/.gitlab/issue_templates/bug report.md @@ -16,7 +16,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 the bug is in the kernel, `obj/kernel.elf` is the filename.) +(If using a released version, verify that the same steps still exhibit this behavior in the latest released version, and then put that version number here. If building from source, please verify that the same steps still exhibit this behavior 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 bug, please link to an upload of the offending application's `.elf` file (or `.so` file for a library) from the `obj` directory.) ## Additional Comments |