diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 31dc6643f1..71f038f628 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,3 +13,6 @@ A clear and concise description of what you happened. **Please provide all necessary steps to reproduce the issue** A clear and concise description of steps to reproduce the bug. + +**Attach build configuration log** +Check under firmware/utilities/build and attach build_*_cfg.txt diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b5202f3854..7ce74bf3b0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -50,3 +50,5 @@ William Laroche David Lacasse Messaoud Ahmed Ouameur Yannick Lebel +Mark D Lewis +Jack Marriott diff --git a/firmware/utilities/build/envDetect.sh b/firmware/utilities/build/envDetect.sh index d8b34cedee..ae269b79fa 100755 --- a/firmware/utilities/build/envDetect.sh +++ b/firmware/utilities/build/envDetect.sh @@ -24,11 +24,11 @@ fi { echo "$BUILDTYPE" echo -echo "GIT Hash: $GITHASH" +echo "Git Hash: $GITHASH" echo echo "Build Host: $BUILDHOST" echo -echo "$GCCVER" +echo "GCC: $GCCVER" echo echo "$ARMVER" echo