diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2017-04-26 11:55:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-26 11:55:25 -0400 |
commit | ca3fe83c4060488cebebf1248dcca6f76a331a7f (patch) | |
tree | 126f12b6148ba1e4f6e0b39852e0b0038f30a295 | |
parent | 671464d560e04a47224a3d374007972f7241cda0 (diff) | |
download | markdown-ca3fe83c4060488cebebf1248dcca6f76a331a7f.tar.gz markdown-ca3fe83c4060488cebebf1248dcca6f76a331a7f.tar.bz2 markdown-ca3fe83c4060488cebebf1248dcca6f76a331a7f.zip |
Added link to Code of Conduct in README
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7,6 +7,7 @@ [![Python Versions](http://img.shields.io/pypi/pyversions/Markdown.svg)](http://pypi.python.org/pypi/Markdown) [![BSD License](http://img.shields.io/badge/license-BSD-yellow.svg)](http://opensource.org/licenses/BSD-3-Clause) [![Issue Stats](http://issuestats.com/github/waylan/Python-Markdown/badge/issue?style=flat)](http://issuestats.com/github/waylan/Python-Markdown) +[![Code of Conduct][https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square]][Code of Conduct] This is a Python implementation of John Gruber's [Markdown][]. It is almost completely compliant with the reference implementation, @@ -36,3 +37,10 @@ You may ask for help and discuss various other issues on the [mailing list][] an [mailing list]: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss [bug tracker]: http://github.com/waylan/Python-Markdown/issues + +Code of Conduct +--------------- + +Everyone interacting in the Python-Markdown project's codebases, issue trackers, and mailing lists is expected to follow the [Code of Conduct]. + +[Code of Conduct]: https://github.com/waylan/Python-Markdown/blob/master/CODE_OF_CONDUCT.md |