From 5927da0034fa3685b31be3745c50de9ffaf313b7 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Mon, 24 Aug 2020 14:29:06 +0200 Subject: [PATCH 1/2] Disable blank issue option in github issue chooser People submitting bug reports should always fill out the issue template. See https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser Signed-off-by: Matthias Reichl --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..3ba13e0cec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false From 74bad305afc2551d3c38ceabc1eaa68248155084 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Mon, 24 Aug 2020 14:54:02 +0200 Subject: [PATCH 2/2] bug-report.md: add separate section for Logs Most of the time bug reports without logs are useless, make it more explicit that we need them. Signed-off-by: Matthias Reichl --- .github/ISSUE_TEMPLATE/bug-report.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 9afe43c339..45e2eb70fe 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -8,8 +8,7 @@ assignees: '' --- ### Describe the bug - + ### To Reproduce Steps to reproduce the behavior: @@ -21,6 +20,9 @@ Steps to reproduce the behavior: - LE Version: [e.g. 9.2.1] - Hardware Platform: [e.g. RPi3] +### Log file + + ### Additional context