From 208558e20a1c94f0829f9677abfaf15441251d47 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 18 May 2015 10:41:07 -0400 Subject: [PATCH] Updated documentation for submission guidelines just a touch. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b131c58..0f78d21 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,12 @@ Contributing ------------ 1. Fork the repository on Github. 2. Switch to the develop branch. -3. Create a named feature branch off develop (like `add_component_x`). +3. Create a named feature branch off develop (like `githubusername/feature/add_component_x`). 4. Write your change. -5. Write tests for your change (if applicable). -6. Run the tests, ensuring they all pass. -7. Submit a Pull Request using Github to develop branch. +5. Update documentation if appropriate. +6. Write tests for your change (if applicable). +7. Run the tests, ensuring they all pass. +8. Submit a Pull Request using Github to develop branch. or