CONTRIBUTING.txt~ 451 B

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