mirror of
https://github.com/wahyd4/kt-connect.git
synced 2026-08-09 05:16:02 +10:00
786 B
786 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 unit-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.