Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 1.21 KB

Contributing

Thank you for considering contributing to opencv-python.

1. Where do I go from here?

If you've noticed a bug or have a question that doesn't belong on Stack Overflow, search the project issue tracker or search OpenCV issue tracker to see if someone else in the community has already created a ticket. If not, go ahead and:

2. Fork & create a branch

If this is something you think you can fix, then fork opencv-python and create a branch with a descriptive name.

3. Make your changes

Make required changes.

4. Create a pull request

Make a Pull Request.