CONTRIBUTING.md
# Contributing
There are two main ways to contribute to this project.
## Content
* Write articles
* Recording screencasts
* Submit presentations
## Development
Using [CodeTriage](http://www.codetriage.com/schneems/wicked) as a volunteer, you'll receive an email each day with a link to an open issue that needs to be triaged in this project. You'll also receive instructions on how to triage issues.
1. Fork it! ( https://github.com/schneems/wicked/fork )
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Create a new Pull Request :D