coryhouse / reactjsconsulting

React Related Resources
http://www.reactjsconsulting.com
378 stars 37 forks source link

Definition of done #145

Open coryhouse opened 2 years ago

coryhouse commented 2 years ago

I use a short, high-level checklist:

Notice that I have to run the code to complete this checklist. It can’t be automated.

If the check can be automated, I automate it.

I automatically inject this checklist into each pull request via PULL_REQUEST_TEMPLATE.md

The checklist needs to be short enough that I consistently use it, but long enough that it's thorough. This idea is inspired by The Checklist Manifesto.