From 3ad72f39a6196f97e8919ffd92d6eb1a261f8004 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 28 Sep 2022 08:39:55 +0200 Subject: [PATCH 1/3] Create bug_report.md --- .../workflows/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.md b/.github/workflows/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..90e51704 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a bug report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +Thank you for taking your time to report a bug. + +Before you proceed, please check: +- Do you use the latest version? See https://github.com/jomjol/AI-on-the-edge-device/releases. +- Is there already another similar issue? Check for open and closed Issue in https://github.com/jomjol/AI-on-the-edge-device/issues. + +**Describe the bug** +A clear and concise description of what the bug is. + +**Version** +Which version are you using? (See menu `System > Info`). + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. From 2f2ec23a53da64cb4d1ba2218474995ae9629722 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 28 Sep 2022 08:40:52 +0200 Subject: [PATCH 2/3] Create general_question.md --- .github/ISSUE_TEMPLATE/general_question.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/general_question.md diff --git a/.github/ISSUE_TEMPLATE/general_question.md b/.github/ISSUE_TEMPLATE/general_question.md new file mode 100644 index 00000000..edb3863b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general_question.md @@ -0,0 +1,10 @@ +--- +name: General Question +about: General Question => Open a discussion instead +title: '' +labels: '' +assignees: '' + +--- + +If its not a bug, please open a discussion instead, see https://github.com/jomjol/AI-on-the-edge-device/discussions From 8b642666027179c2b624714bd9f2a8c01c0ba9d2 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 28 Sep 2022 12:09:20 +0200 Subject: [PATCH 3/3] Update bug_report.md --- .github/workflows/ISSUE_TEMPLATE/bug_report.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.md b/.github/workflows/ISSUE_TEMPLATE/bug_report.md index 90e51704..3261db7d 100644 --- a/.github/workflows/ISSUE_TEMPLATE/bug_report.md +++ b/.github/workflows/ISSUE_TEMPLATE/bug_report.md @@ -12,6 +12,8 @@ Thank you for taking your time to report a bug. Before you proceed, please check: - Do you use the latest version? See https://github.com/jomjol/AI-on-the-edge-device/releases. - Is there already another similar issue? Check for open and closed Issue in https://github.com/jomjol/AI-on-the-edge-device/issues. +- Are instructions in the readme solving your issue (https://github.com/jomjol/AI-on-the-edge-device/tree/master#readme)? +- Are instructions in the wiki solving your issue? (https://github.com/jomjol/AI-on-the-edge-device/wiki)? **Describe the bug** A clear and concise description of what the bug is.