1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-27 11:22:06 +02:00

more updates to CONTRIBUTING.md

This commit is contained in:
BCjwhisenant 2013-03-22 14:11:03 -04:00
parent 5dbb9aabc7
commit 30949a3c83

View File

@ -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