Thanks for wanting to contributions。
This repository has adopted the Contributor Covenant 2.0 as its Code of Conduct.
Pull Requests are always welcome, but please discuss larger changes via issue before your work.
- Fork the repository.
- Clone the fork to your local machine
- Install the dependencies with yarn
yarn install
- Create a new topic branch
git checkout -b fix/topic
- Make changes
- commit and push
git push -u origin HEAD
- make a Pull Request.
By contributing your code to this repository, you agree to license your contribution under the MIT license.