-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from luxonis/docs/issue_templates
docs: update bug report template
- Loading branch information
Showing
2 changed files
with
55 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
______________________________________________________________________ | ||
|
||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "\[BUG_TITLE\]" | ||
labels: bug | ||
assignees: sokovninn, tersekmatija | ||
|
||
______________________________________________________________________ | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Environment (please complete the following information):** | ||
|
||
- OS: \[e.g. iOS\] | ||
- Package version: \[e.g. 0.1.0\] | ||
|
||
**To Reproduce** | ||
Please provide a minimal reproducible example. This would include: | ||
|
||
- Config file | ||
- Script to generate the dataset in case the issue cannot be reproduced using one of our [example](../../examples) datasets | ||
- Sript to run the pipeline | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters