From 1f46f2692f2d2b39fb6414b39b44541fd11b808b Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 22 Jul 2011 17:02:28 -0400 Subject: [PATCH] Better formatting for the contribution guide --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 358af4d..f96c96d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,20 +1,20 @@ We love pull requests. Here's a quick guide: -1) Fork the repo. +1. Fork the repo. -2) Run the tests. We only take pull requests with passing tests, and it's great +2. Run the tests. We only take pull requests with passing tests, and it's great to know that you have a clean slate: bundle rake -3) Add a test for your change. Only refactoring and documentation changes +3. Add a test for your change. Only refactoring and documentation changes require no new tests. If you are adding functionality or fixing a bug, we need a test! -4) Make the test pass. +4. Make the test pass. -5) Push to your fork and submit a pull request. +5. Push to your fork and submit a pull request. At this point you're waiting on us. We like to at least comment on, if not