Welcome to the contributing guide!
English is our preferred language, if you are not fluent in English, try google it.
- Fork the repo and create your branch based on master.
- If you intend to add code, follow the code style and add its unit tests as well. Issue first would be friendly to the maintainers.
- Make sure all checks passed.
- Write a brief introduction to your works.
- Make a pull request prefixed with a type name(e.g. feature/xx, fix/xx).
- Invite a maintainer to review your modification.
A PR needs to be reviewed and approved by project maintainers, well-documented code would help the maintainers understand your PR easier.
Note: --force
push is prohibited in master branch.
Issues are welcome either reporting bugs or proposing new features. Please label issues with the pre-set labels.
Tungus is licensed under APACHE2. By contributing, you agree that your submissions will be licensed under the same APACHE2 License.