Thanks for wanting to contributions.
This repository has adopted the Contributor Covenant 2.1 as its Code of Conduct.
Pull Requests are always welcome, but please discuss larger changes via issue before your work.
- Fork the repository.
- Install the dependencies with pnpm.
pnpm ci
- Create a new topic branch.
git checkout -b fix/topic
- Make changes
/src/index.tx
. - Run format & build.
pnpm run build
- Commit and push.
git push -u origin HEAD
- Make a Pull Request.
By contributing your code to this repository, you agree to your contribution under the MIT license.