貢献を検討して頂きありがとうございます。
Thanks for wanting to contributions。
行動規範として、Contributor Covenant 2.0 を採用しています。
This repository has adopted the Contributor Covenant 2.0 as its Code of Conduct.
プルリクエストはいつでも歓迎いたします。大きな変更を伴う場合は事前に issue でご相談ください。
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
- Enable corepack
corepack enable
- Install the dependencies with pnpm
pnpm install
- Create a new topic branch
git checkout -b fix/topic
- Make changes
- Run build & test
pnpm run build
pnpm run test
- commit and push
git push -u origin HEAD
- make a Pull Request.
貢献をしていただいた場合、MIT license のもとで使用することに同意したことになります。
By contributing your code to this repository, you agree to license your contribution under the MIT license.