We want to make contributing to this project as easy and transparent as possible.
We mainly develop Hermes within VpTech. Sometimes, we will sync the github version of Hermes with the internal state.
We welcome pull requests that add significant value to Hermes. If you plan to do a major development and contribute it back to Hermes, please contact us first before putting too much effort into it.
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Make sure your code lints.
We use Git issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.
- 4 spaces for indentation in Python (no tabs)
- 4 spaces for indentation in JS (no tabs)
By contributing to Hermes, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.