Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 1.08 KB
tombstone

Killed by Google

A tribute and log of beloved products and services killed by Google.

Contributing Guide

NextJS

Killed by Google now runs on NextJS. Next is a flexible framework that will allow for expansion of the Killed by Google content.

Pull Request

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 that graveyard.json is formatted correctly and well-formed. These tests are extremely important to quickly merging pull requests for this project.

Continuous Integration (CI)

Killed by Google uses GitHub Actions for continuous integration testing. Every pull request and push must pass all checks before it can be merged into the main branch.