CONTRIBUTING.md 1.2 KB
Newer Older
1 2 3 4 5 6 7 8
## 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](http://stackoverflow.com/questions/tagged/opencv-python),
9 10
[search the project issue tracker](https://github.com/opencv/opencv-python/issues?q=something) or
[search OpenCV issue tracker](https://github.com/opencv/opencv/issues?q=is%3Aissue+is%3Aopen+label%3A%22category%3A+python+bindings%22)
11
to see if someone else in the community has already created a ticket.
12 13 14
If not, go ahead and:
- [make new one for opencv-python](https://github.com/opencv/opencv-python/issues/new) if you cannot load package or some functionality is not available!
- [make new one for OpenCV](https://github.com/opencv/opencv-python/issues/new) if something went wrong with some function, class  or method in code!
15 16 17 18 19 20 21 22 23 24 25 26 27 28

### 2. Fork & create a branch

If this is something you think you can fix, then
[fork opencv-python](https://help.github.com/articles/fork-a-repo)
and create a branch with a descriptive name.

### 3. Make your changes

Make required changes.

### 4. Create a pull request

[Make a Pull Request.](https://help.github.com/articles/creating-a-pull-request)