mirror of
https://github.com/wahyd4/kt-connect.git
synced 2026-08-08 21:08:04 +10:00
781 B
781 B
How to contribute
👍 Thanks for taking the time to contribute!
Getting Started
- Make sure you have a GitHub account.
- Fork the repository on GitHub.
- Project struct.
Submitting Changes
- Sign the Contributor License Agreement.
- Before write code init pre-commit first.
- Write a good commit message
- Make sure all test case is successful: make test
- Push your changes to a topic branch in your fork of the repository.
- Submit a pull request to the repository in the alibaba organization.
- Make sure the travis ci status is passed.