From c950187baa5f00e0c0360f99e64e2c132068ba8f Mon Sep 17 00:00:00 2001 From: Mira Leung Date: Thu, 18 Mar 2021 10:37:20 -0700 Subject: [PATCH] docs: remove pre-release references in DEVELOPMENT.md --- DEVELOPMENT.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index d08840f53a..144b904963 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -1,11 +1,9 @@ # Development Workflow -This is a temporal workflow that will evolve with codebase. The steps described -below are temporary and better ones will be coming. - ## Set Up 1. Clone this repo. + 2. Copy the Git pre-commit hooks. This will automatically check the build, run tests, and perform linting before each commit. (Symlinks don't seem to work, but if you find a way, please add it here!)