Skip to content
f2prateek edited this page Feb 8, 2013 · 17 revisions

This is the wiki for RecipeBot.

Contributing

To set up your environment, set up your developing environment. It might also make your life easier to use IntelliJ. Code styles are compliant with AOSP Code Style Guidelines. Code compilation can be checked by running mvn clean verify. Checkstyle failures indicate style errors and can be viewed in the target/checkstyle-result.xml file.

Clone this wiki locally