Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 767 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 767 Bytes
tombstone

Killed by Google

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

Contributing Guide

Pull Request

If you are altering anything other than graveyard.json, you should ensure that your Pull Request will pass continuous integration. Run yarn test which will perform these three actions:

  1. ESLint
  2. Jest
  3. Build

There is currently no continuous delivery running on this project, so commit the production build that results from any changes you make to the codebase.

Continuous Integration

Every PR must pass CI checks before it can be updated or merged into production.