CONTRIBUTING.txt 507 B

1234567891011121314151617181920212223
  1. ============
  2. CONTRIBUTING
  3. ============
  4. -----------------
  5. How to Contribute
  6. -----------------
  7. To contribute, just clone the repository, make a new branch, and then ask me to pull any of the changes.
  8. Editing this file
  9. ~~~~~~~~~~~~~~~~~
  10. **DO NOT** edit the README.md file directly. Edit the README.txt file and use pandoc to compile.
  11. Why reST?
  12. ~~~~~~~~~
  13. We use reST for a few reasons:
  14. 1. It's what quite a few python packages use
  15. 2. It's easy to write and more modern than texi
  16. 3. It's not markdown