Skip to content

Commit 7d168d3

Browse files
faheelvpisarev
authored andcommitted
Improve README (opencv#9243)
1 parent 32bb71d commit 7d168d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
### OpenCV: Open Source Computer Vision Library
1+
## OpenCV: Open Source Computer Vision Library
22

3-
#### Resources
3+
### Resources
44

55
* Homepage: <http://opencv.org>
66
* Docs: <http://docs.opencv.org/master/>
77
* Q&A forum: <http://answers.opencv.org>
88
* Issue tracking: <https://github.com/opencv/opencv/issues>
99

10-
#### Contributing
10+
### Contributing
1111

12-
Please read before starting work on a pull request: <https://github.com/opencv/opencv/wiki/How_to_contribute>
12+
Please read the [contribution guidelines](https://github.com/opencv/opencv/wiki/How_to_contribute) before starting work on a pull request.
1313

14-
Summary of guidelines:
14+
#### Summary of the guidelines:
1515

1616
* One pull request per issue;
1717
* Choose the right base branch;
1818
* Include tests and documentation;
1919
* Clean up "oops" commits before submitting;
20-
* Follow the coding style guide.
20+
* Follow the [coding style guide](https://github.com/opencv/opencv/wiki/Coding_Style_Guide).

0 commit comments

Comments
 (0)