Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 752 Bytes

CONTRIBUTING.rst

File metadata and controls

24 lines (20 loc) · 752 Bytes

Contributing

Important notes

Code style

Regarding code style like indentation(4 spaces) and whitespace, follow the conventions you see used in the source already.

Modifying the code

  • Ensure that you have python 2.7 installed and running
  • Download all the requirements by running the command ::
    pip install -r requirements.txt

Submitting pull requests

  1. Fork and clone the repo.
  2. Create a new branch, please don't work in your master branch directly.
  3. Implement a feature.
  4. Run to check if things work. Repeat step 3-4. Until things get working.
  5. Update the documentation to reflect any changes.
  6. Push to your fork and submit a pull request.