Flavour Contributor Guidelines
Getting Started
- Download the sources
- Set up your development environment
- OpenJDK 8
- Apache Maven
- mvnd (optional but highly recommended)
- NetBeans IDE (or another IDE of your choice)
- Build the project
Coding Guidelines
- Follow the existing style
- Test your change. This will often involve making an app that exercises your framework change.
- Ensure
mvn clean install
passes before submitting a patch
- Have fun!