Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1023 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 1023 Bytes

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Fork this repository and create your feature branch (git checkout -b my-new-feature).
  2. Before you start development, please load the githooks by executing the command git config --local core.hooksPath .githooks on root directory of this repository to ensure smooth development.
  3. Commit your changes (git commit -am 'Add some feature'), push to the branch (git push origin my-new-feature), and create a new pull request.
  4. You may merge the Pull Request in once you have an approval by @ken-matsui, or if you do not have permission to do that, you may request @ken-matsui to merge it for you.