You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2024. It is now read-only.
- Write tests for all changes (additions or refactors of existing code).
21
21
- Of the github integrations we use two will be utilised to check appraise your contribution. In order of priority these are
22
-
-Travis ensures that all tests (existing and additions) pass
23
-
-Travis/Coveralls ensures that overall test coverage for lines of code meets a certain threshold. If this metric dips below what it previously was for the repository you’re pushing to then your PR will be rejected
22
+
-Github Actions ensures that all tests (existing and additions) pass
23
+
-Github Actions / Coveralls ensures that overall test coverage for lines of code meets a certain threshold. If this metric dips below what it previously was for the repository you’re pushing to then your PR will be rejected
24
24
- Gemnasium ensures dependencies are up to date
25
25
- Once your PR is published and passes the above checks a repository administrator will review your contribution. Where appropriate comments may be provided and amendments suggested before your PR is merged into Master.
26
26
- Once your PR is accepted you will be granted push access to the repository you have contributed to! Congratulations on joining our community, you’ll no longer need to work from forks.
0 commit comments