Skip to content

Commit

Permalink
Update FORKING.md [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Sep 18, 2013
1 parent a254e47 commit 8e090da
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions FORKING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
##Forking Gst-Switch

To fork this project, click the "Fork" button at [Gst-Switch Github Page](https://github.com/hyades/gst-switch "").
![forking](https://github-images.s3.amazonaws.com/help/Bootcamp-Fork.png "forking")

Refer to the [Github Documentation](https://help.github.com/articles/fork-a-repo "") for further details.

##Running Tests

* Install gst-switch using instructions at [README.md](https://github.com/hyades/gst-switch/blob/master/README.md "").
* `cd python-api`
* make test
* For specific tests refer to [Python-API Readme](https://github.com/hyades/gst-switch/blob/master/python-api/README.md "").

##Sending Pull Requests for Changes

* Click the **Compare and Review** button
* Ensure that the Travis message shows **Success: The Travis Build Passed**
* Send the pull request

0 comments on commit 8e090da

Please sign in to comment.