Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 821 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 821 Bytes

How to contribute

Our software is open source so you can solve your own problems without needing help from others. And if you solve a problem and are so kind, you can upstream it for the rest of the world to use.

Getting Started

Testing

Local Testing

You can test your changes on your machine by running run_docker_tests.sh. This will run some automated tests in docker against your code.

Automated Testing

All PRs and commits are automatically checked by Github Actions. Check out .github/workflows/ for what Github Actions runs. Any new tests sould be added to Github Actions.

Pull Requests

Pull requests should be against the master branch.