forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Regenerating CONTRIBUTING.md
Stephan Hoyer edited this page Apr 3, 2015
·
2 revisions
GitHub uses the CONTRIBUTING.md
file to display contributing guidelines in the pull request interface.
The source file for the contributing guidelines is a reStructuredText file in the pandas documentation. To generate CONTRIBUTING.md
, we used pandoc with the following command:
pandoc doc/source/contributing.rst -t markdown > CONTRIBUTING.md