- Fork the repository and create your branch from
main
. - If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Make sure your code lints.
- Copy
.env.example
to.env
in the backend directory - Update the variables in
.env
with your actual values - Never commit
.env
file to the repository - If you add new environment variables:
- Add them to
.env.example
with dummy values - Update the README.md with any new instructions
- Add them to
Run the test suite using: