File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Contributing
2
+
3
+ Thank you for considering contributing to opencv-python.
4
+
5
+ ### 1. Where do I go from here?
6
+
7
+ If you've noticed a bug or have a question that doesn't belong on
8
+ [ Stack Overflow] ( http://stackoverflow.com/questions/tagged/opencv-python ) ,
9
+ [ search the issue tracker] ( https://github.com/skvark/opencv-python/issues?q=something )
10
+ to see if someone else in the community has already created a ticket.
11
+ If not, go ahead and [ make one] ( https://github.com/skvark/opencv-python/issues/new ) !
12
+
13
+ ### 2. Fork & create a branch
14
+
15
+ If this is something you think you can fix, then
16
+ [ fork opencv-python] ( https://help.github.com/articles/fork-a-repo )
17
+ and create a branch with a descriptive name.
18
+
19
+ ### 3. Make your changes
20
+
21
+ Make required changes.
22
+
23
+ ### 4. Create a pull request
24
+
25
+ [ Make a Pull Request.] ( https://help.github.com/articles/creating-a-pull-request )
You can’t perform that action at this time.
0 commit comments