Docs: add info to turn on github actions (#2264)

* add info to turn on github actions

* add missing image

* add when pushing

* reduce picture size

* mention editing actions on your fork instead
This commit is contained in:
kindasneaki 2023-10-05 03:41:49 -06:00 committed by GitHub
parent 115a6b666c
commit bb09811433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB