Contributing

  1. Report bugs and issues on https://github.com/jtmolon/repertorio/issues
  2. Fixing bugs and adding new functionality
    1. Fork the repository and clone it locally
    2. Make sure you have Python 3.7+ and pipenv installed
    3. pipenv install –dev
    4. Implement the code changes
    5. Make sure to add unit tests covering the new code
    6. Run pytest –cov=repertorio/
    7. Update docs as necessary
    8. Add your name to AUTHORS.rst
    9. Push the code and submit a pull request