Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 authored Apr 5, 2024
2 parents a6e3c39 + 55e9745 commit ce2c825
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a bug report to help us improve
title: "[BUG_TITLE]"
labels: bug
assignees: ''

---

# [BUG_TITLE]

## Description

A clear and concise description of what the bug is.

## Expected behavior

A clear and concise description of what you expected to happen.
If applicable, add screenshots or code snippets to help explain your problem.

## Environment
- OS: [_e.g._ `iOS`]
- Python version: [_e.g._ `3.8`]
- Package version: [_e.g._ `0.0.1`]

## To Reproduce

Please provide a minimal reproducible example.

## Additional context

If applicable, add any other context about the problem here.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
[![Docformatter](https://img.shields.io/badge/%20formatter-docformatter-fedcba.svg)](https://github.com/PyCQA/docformatter)
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)


This library includes a collection of helper functions and utilities for the Luxonis MLOps stack. This includes the following submodules:

- **Dataset Management**: Creating computer vision datasets focused around Luxonis hardware and loading data into our training library.
Expand Down Expand Up @@ -48,4 +49,4 @@ pip install luxonis-ml[all]

## Contributing

If you want to contribute to this project, read the instructions in [CONTRIBUTING.md](CONTRIBUTING.md)
If you want to contribute to this project, read the instructions in [CONTRIBUTING.md](https://github.com/luxonis/luxonis-ml/blob/main/CONTRIBUTING.md)

0 comments on commit ce2c825

Please sign in to comment.