summaryrefslogtreecommitdiff
path: root/.gitlab/issue_templates/bug report.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/bug report.md
parent361970cc19487bd112ea2fe226532b752b662956 (diff)
downloadportland-os-83835306d57461205a7bcfef9f4c3e06bc504006.tar.gz
updating issue templates
Diffstat (limited to '.gitlab/issue_templates/bug report.md')
-rw-r--r--.gitlab/issue_templates/bug report.md2
1 files changed, 1 insertions, 1 deletions
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