Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 738 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 738 Bytes

Contributing

Thanks for wanting to contributions.

Code of Conduct

This repository has adopted the Contributor Covenant 2.1 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. Install the dependencies with pnpm. pnpm ci
  3. Create a new topic branch. git checkout -b fix/topic
  4. Make changes /src/index.tx .
  5. Run format & build. pnpm run build
  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 your contribution under the MIT license.