We appreciate any kinds of contributions, including but not limited to:
- Fix bugs
- Add new features and new components
- Add documentations or correct spelling errors
- ...
- Fork and pull latest EssentialMC2 repo to local
- Checkout a new branch,
- DO NOT use main branch
- Recommend branch name: bug_fix/xxx for bug fix, feature/xxx for new features and new components, doc/xxx for docs
- Commit your changes in new branch to the fork repo
- Create a PR in format PULL_REQUEST_TEMPLATE.md
We follow Google Python Style Guide.