Skip to content

Commit

Permalink
Replace the pull request guidelines with a link to the wiki.
Browse files Browse the repository at this point in the history
I've moved the contents of CONTRIBUTING.md to the wiki (and slightly
expanded it), so the former is no longer required. I've put a link to the
wiki page and a summary in the README.
  • Loading branch information
Roman Donchenko committed May 27, 2013
1 parent 519ee72 commit 7561b1c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 0 additions & 11 deletions CONTRIBUTING.md

This file was deleted.

11 changes: 11 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,14 @@ Homepage: http://opencv.org
Online docs: http://docs.opencv.org
Q&A forum: http://answers.opencv.org
Dev zone: http://code.opencv.org

Please read before starting work on a pull request:
http://code.opencv.org/projects/opencv/wiki/How_to_contribute

Summary of guidelines:

* One pull request per issue;
* Choose the right base branch;
* Include tests and documentation;
* Clean up "oops" commits before submitting;
* Follow the coding style guide.

0 comments on commit 7561b1c

Please sign in to comment.