File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a bug report to help us improve the DepthAI
4+ title : " [BUG] {Title of the bug}"
5+ labels : bug
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Check if issue already exists**
11+
12+ - Google it (e.g. * error xy* github luxonis depthai)
13+ - Check [ troubleshooting] ( https://docs.luxonis.com/en/latest/pages/troubleshooting/ ) in documentation.
14+
15+ ** Describe the bug**
16+ A clear and concise description of what the bug is.
17+
18+ ** Minimal Reproducible Example**
19+ Append the MRE to the bug report, [ instructions here] ( https://docs.luxonis.com/en/latest/pages/support/#creating-minimal-reproducible-example )
20+
21+ ** Expected behavior**
22+ A clear and concise description of what you expected to happen.
23+
24+ ** Screenshots**
25+ If applicable, add screenshots to help explain your problem.
26+
27+ ** Pipeline Graph**
28+
29+ Please also provide a screenshot of your pipeline using the [ DepthAI Pipeline Graph] ( https://github.com/geaxgx/depthai_pipeline_graph ) .
30+
31+ ** Attach system log**
32+ - Provide output of [ log_system_information.py] ( https://github.com/luxonis/depthai/blob/main/log_system_information.py )
33+
34+ ** Additional context**
35+ Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Request a new feature
4+ title : " [Feature-Request] {Title of feature request}"
5+ labels : enhancement
6+ assignees : ' '
7+
8+ ---
9+
10+ ### Start with the ` why ` :
11+ Describe why this feature would be useful to you and to other users.
12+
13+ ### Move to the ` what ` :
14+ A clear and concise description of the feature you would like to get added to the ` depthai ` .
15+
16+ ### Move to the ` how ` :
17+ If you already have an idea of how this new feature could be implemented, describe it here.
You can’t perform that action at this time.
0 commit comments