From 35451459795e24acef22e290673f2f9dec1db5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Thu, 19 Mar 2015 09:33:48 -0700 Subject: [PATCH] Update CONTRIBUTING.md - Fix formatting of numbered list (replaces #169) - Remove unused "development process" section --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5f64a94c5ba25..4a7190d72821fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,11 +2,9 @@ We want to make contributing to this project as easy and transparent as possible. -## Our Development Process -... (in particular how this is synced with internal changes to the project) - ## Pull Requests We actively welcome your pull requests. + 1. Fork the repo and create your branch from `master`. 2. If you've added code that should be tested, add tests 3. If you've changed APIs, update the documentation.