From d695b0ef52e19dd47b760e032277e1d983376c43 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Tue, 9 Feb 2021 22:35:25 +0100 Subject: [PATCH 1/2] Create bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 42 ++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..4f6090d1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,42 @@ +--- +name: Bug report +about: Create a bug report to help us improve +title: '' +labels: '' +assignees: '' + +--- + + + +### Perform all steps below and tick them with [x] +- [ ] Check the related part of the [Documentation](https://fvanroie.github.io/hasp-docs/) +- [ ] Update hasp-lvgl to the latest version +- [ ] Reproduce the issue and describe all steps + +### Describe the bug + + +### To Reproduce + + +### Expected behavior + + +### Screenshots or video + From 883cf08b34f1dc70a01780f7877108c8e7a3c842 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Tue, 9 Feb 2021 22:39:43 +0100 Subject: [PATCH 2/2] Update bug_report.md --- .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 4f6090d1..834e4a9b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,14 +2,16 @@ name: Bug report about: Create a bug report to help us improve title: '' -labels: '' +labels: 'bug' assignees: '' - --- ### Perform all steps below and tick them with [x]