Contribute source code - rubycas/rubycas-server GitHub Wiki
Short how to:
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Add tests for new functionality
- Make sure that it does not break anything
- Review your code
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request