Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e26077b

Browse filesBrowse files
authored
Add contributing guide [skip ci]
1 parent d7d135d commit e26077b
Copy full SHA for e26077b

File tree

Expand file treeCollapse file tree

1 file changed

+25
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+25
-0
lines changed

‎CONTRIBUTING.md

Copy file name to clipboard
+25Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.