mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-12 22:47:01 +03:00
Merge pull request #1103 from jomjol/added-issue-templates
Added issue templates
This commit is contained in:
10
.github/ISSUE_TEMPLATE/general_question.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/general_question.md
vendored
Normal file
@@ -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
|
||||
31
.github/workflows/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
31
.github/workflows/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
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.
|
||||
- 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.
|
||||
|
||||
**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.
|
||||
Reference in New Issue
Block a user