Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 740 Bytes

File metadata and controls

17 lines (11 loc) · 740 Bytes

Contributing to BentoFX

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.

Coding Guidelines

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.

License

BentoFX is licensed under the MIT License. Anything you contribute will thus also be under the MIT license.