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