Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 740 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 740 Bytes

Contributing

Thanks for wanting to contributions。

Code of Conduct

This repository has adopted the Contributor Covenant 2.0 as its Code of Conduct.

make a Pull Request

Pull Requests are always welcome, but please discuss larger changes via issue before your work.

  1. Fork the repository.
  2. Clone the fork to your local machine
  3. Install the dependencies with yarn yarn install
  4. Create a new topic branch git checkout -b fix/topic
  5. Make changes
  6. commit and push git push -u origin HEAD
  7. make a Pull Request.

License

By contributing your code to this repository, you agree to license your contribution under the MIT license.