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.
- Make sure you have a GitHub account
- Fork our repository on GitHub
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.
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 should be against the master branch.