Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 279 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 279 Bytes

You are very welcome to join!Raise an issue Or submit a Pull Request。

Pull Request:

Fork code! Create your own branch: git checkout -b feat/xxxx Submit your changes: git commit -am 'feat(function): add xxxxx' Push your branch: git push origin feat/xxxx submit pull request