You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,16 @@ The change log: <https://github.com/trentm/python-markdown2/blob/master/CHANGES.
106
106
107
107
To report a bug: <https://github.com/trentm/python-markdown2/issues>
108
108
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.
0 commit comments