Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.39 KB

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 1.39 KB

Moai Contribution Guidelines

Contributions to the Moai SDK are greatly appreciated. We hope that these guidelines make contributing and accepting contributions as easy as possible for everyone:

For Contributors

  • Fork the repository, create a branch, commit your changes, and open a pull request.
  • Pull requests with bugfixes should be opened against the master branch, while features should go into the development branch.
  • Implement larger features as an extension module (TODO: link to documentation/example).
  • Follow the Coding Style Guide.
  • Try to follow the Git commit message conventions.
  • By the way, you do not have to sign a contributors agreement.

For Maintainers

  • When in doubt, get a second opinion from someone else before merging a pull request.
  • Before merging core changes, have Patrick review them, too.
  • After pulling a bugfix into master, keep the development branch up to date by merging master into development.
  • To contribute yourself, follow the contributor guidelines. I.e. work on your own fork and open pull requests. This way, we don't clutter the main repo with (even more) branches, and someone else can review and merge your code.