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.
- Fork this repository and create your feature branch (git checkout -b my-new-feature).
- 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. - 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.
- 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.