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 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