caelum / vraptor-contrib

VRaptor contributions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Place your VRaptor contributions here. Forks are welcome.

How to contribute

git clone git@github.com:your_user/vraptor-contrib.git
cd vraptor-contrib
  • create a branch based on the main repo:
git remote add main git://github.com/caelum/vraptor-contrib.git #if not done
git checkout -b your_plugin main/master
  • add your submodule
git submodule add http://github.com/your_user/your_plugin
git commit -am "adding my super cool plugin =)"
git push origin your_plugin
  • send us a pull request for this your_plugin branch

Thanks

About

VRaptor contributions.