There are two main ways to contribute to this project.
- Write articles
- Recording screencasts
- Submit presentations
Using CodeTriage 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.
- Fork it! ( https://github.com/schneems/wicked/fork )
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Create a new Pull Request :D