From 30949a3c83d0ee5313ab989d911130a90973b828 Mon Sep 17 00:00:00 2001 From: BCjwhisenant Date: Fri, 22 Mar 2013 14:11:03 -0400 Subject: [PATCH] more updates to CONTRIBUTING.md --- CONTRIBUTING.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f5bfd651..4ad3deeab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,7 +100,12 @@ Thanks again for helping out! One thing we ask is that you refer to the [code st ``` 10. You can use grunt to submit your [Pull Request](#pull-requests). - For your new feature: + First, checkout your feature or issue branch: + ```bash + git checkout (branchname) + ``` + + Next, submit your Pull Request, for your new feature: ```bash grunt feature:submit ``` @@ -113,6 +118,11 @@ Thanks again for helping out! One thing we ask is that you refer to the [code st 11. You're Done! (except for cleanup). And grunt can help with that too! + First, checkout your feature or issue branch: + ```bash + git checkout (branchname) + ``` + To clean up your feature: ```bash grunt feature:delete