Skip to content

Commit

Permalink
contributions bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Feb 22, 2016
1 parent a63f03d commit 1c313bb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
@@ -1,10 +1,12 @@
# How to contribute
# How To Contribute

wd_s welcomes contributions and bug fixes from third-parties. Here are the steps to get started:
WebDevStudios welcomes contributions and bug fixes from third-parties. Here are the steps to get started:

* Create an [Issue](https://github.com/WebDevStudios/wd_s/issues) so we can all discuss your idea
* Fork wd_s
* Create a feature or hotfix branch off of [Develop](https://github.com/WebDevStudios/wd_s/tree/develop) and commit your changes there
* Create a feature/hotfix branch off [master](https://github.com/WebDevStudios/wd_s/tree/master)
* Commit code changes to your feature/hotifx branch
* Continue to merge master into your feature/hotifx branch so it stays current
* Test! Test! Test!
* Submit a [Pull Request](https://github.com/WebDevStudios/wd_s/pulls) and reference your Issue
* If everything tests out on our end, we may merge in your Pull Request

0 comments on commit 1c313bb

Please sign in to comment.