The following is a series of guidelines for contributing to BentoFX. They're not "rules" per say, rather they're more like goals to strive towards.
Style: IDE code formatting rules can be found in the /setup directory.
If using IntelliJ or Eclipse you should be able to import one of the provided files.
Commits: Try to keep commits small and focused on a single change. This makes it easier for reviewers to understand the context and purpose of each commit. I know some features are large in scope, just break down what you can where possible.
BentoFX is licensed under the MIT License. Anything you contribute will thus also be under the MIT license.