Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 662 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (15 loc) · 662 Bytes

Contributing

We love contributions from everyone. By participating in this project,

Contributing Code

  1. Fork the Repo and Clone

  2. Install Dependencies:

dep ensure

  1. Make sure unit tests are ok

  2. Write a good commit message.

  3. Push your changes to your fork.

  4. Submit a pull request.

  • Others will give constructive feedback.
  • This is a time for discussion and improvements,and making the necessary changes will be required before we can merge the contribution.