diff --git a/docs/contributing.md b/docs/contributing.md index 899c06b9..4f7af029 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -1,9 +1,11 @@ # Contributing Contributions are welcome. We have a few requests of any new contributors. +* Follow styling as designated in our [styling documentation](/docs/style.md). * Ensure that all changes which affect logic are covered by unit tests. * Do not introduce any unit test failures/regressions. -* Follow styling as designated in our [styling documentation](/docs/style.md). +* Turn on automated github actions in your fork to have github run all the unit tests after pushing. See example below: +![Github actions example](./img/github-actions-example.png) Otherwise, we tend to judge code on a case to case basis. diff --git a/docs/img/github-actions-example.png b/docs/img/github-actions-example.png new file mode 100644 index 00000000..2363a3ed Binary files /dev/null and b/docs/img/github-actions-example.png differ