Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad2a1ec

Browse files
committed
Merge pull request trentm#136 from trentm/dev/readme-fixes
Fleshed out some contributor notes in the README.
2 parents fb52543 + 76e6384 commit ad2a1ec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@ The change log: <https://github.com/trentm/python-markdown2/blob/master/CHANGES.
106106

107107
To report a bug: <https://github.com/trentm/python-markdown2/issues>
108108

109+
# Contributing
110+
111+
We welcome pull requests from the community. Please take a look at the [TODO](https://github.com/trentm/python-markdown2/blob/master/TODO.txt) for opportunities to help this project. For those wishing to submit a pull request to `python-markdown2` please ensure it fulfills the following requirements:
112+
113+
* It must pass PEP8.
114+
* It must include relevant test coverage.
115+
* Bug fixes must include a regression test that exercises the bug.
116+
* The entire test suite must pass.
117+
* The README and/or docs are updated accordingly.
118+
109119

110120
# Test Suite
111121

0 commit comments

Comments
 (0)