Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

37 lines (25 loc) · 1.23 KB

Contributing

貢献を検討して頂きありがとうございます。

Thanks for wanting to contributions。

Code of Conduct

行動規範として、Contributor Covenant 2.0 を採用しています。

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

make a Pull Request

プルリクエストはいつでも歓迎いたします。大きな変更を伴う場合は事前に issue でご相談ください。

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. Run build & test yarn build yarn test
  7. commit and push git push -u origin HEAD
  8. make a Pull Request.

License

貢献をしていただいた場合、MIT license のもとで使用することに同意したことになります。

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