Skip to content

Commit

Permalink
more updates to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jrw95 committed Mar 22, 2013
1 parent 5dbb9aa commit 30949a3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
Expand Down

0 comments on commit 30949a3

Please sign in to comment.