If you are contributing any code outside of graveyard.json
, please ensure that your Pull Request will pass continuous integration. Run yarn test
before opening your pull request which will check the React/Jest tests as well as verify graveyard.json
is formatted correctly. These tests are extremely important to quickly merging pull requests for this project.
Killed by Google is using GitHub Actions continuous integration testing. Every pull request and push must pass all checks before it can be merged into the master
branch.
Killed by Google uses Netlify for hosting and continuous delivery. Netlify provides a publicly available deploy preview of your Pull Request and will build a new preview upon each push/update to your PR. The deploy preview will be evaluated manually by a maintainer before your PR is merged.
Killed by Google is using Dependabot to keep dependencies updated. Generally, a maintainer will wrap any upgrades issued by Dependabot in the upgrades
branch, merge, and automatically close any Dependabot PRs. Any dependency upgrades must pass CI and CD checks.