Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 777 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 777 Bytes

Place your VRaptor contributions here. Forks are welcome.

How to contribute

git clone [email protected]: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