Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 1.07 KB

Contributing to this project

This is a small prototype but we welcome contributions to it.

  • Please create a pull request with additions or changes.
  • Please use a python formatter and linter to clean your code to PEP8 standard - we like [black](https://pypi.org/project/black/) as a formatting convention
  • Please make sure you add a test for the code that you add. If you're not familiar with tests this might be a helpful starting point
  • It's considerate to provide brief instructions to a reviewer about how to run your code and what to expect.

If you've got any questions about this, we're happy to help, please reach out to the EDS RSE team

TODO

  • Add links to git commit style guides, workflow outliens
  • Add links to examples of projects with reasonable test coverage

Thank you for thinking about contributing <3