coursera-dl/CONTRIBUTING.md
Rogério Brito c9ff3dee3c CONTRIBUTING: Add skeleton.
There is much more to mention, like adding tests to our test suite and so
on.

Also, the formatting sucks.
2014-01-05 00:24:13 -02:00

689 B

Please, before sending patches, it is helpful if you:

  • Make sure that you have all dependencies installed, like via

      pip install -r requirements
    
  • Run the test suite with

      nosetests --verbose --with-coverage --cover-package=coursera
    
  • Check for any potential bugs with the help of pep8, pyflakes, and pylint.

If you happen to find any issue reported by these programs, we would welcome you to fix them, as they are usually very easy to fix and we would all benefit from a better code base.