From 316c72c1a6bf1b22026fff97d883e2437001ed98 Mon Sep 17 00:00:00 2001 From: jspectacular Date: Thu, 8 Nov 2018 00:34:59 +0000 Subject: [PATCH] Changes per code review --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ CONTRIBUTORS | 2 ++ firmware/utilities/build/envDetect.sh | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) 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