Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.4 KB

File metadata and controls

48 lines (29 loc) · 1.4 KB

Contribute

All contributions are welcome: bug fixes, data contributions, recommendations.

Please see the issues on GitHub before you submit a pull request or raise an issue, someone else might have beat you to it.

To contribute to this repository:

    git clone git@github.com:<YOUR_USERNAME>/MH-API.git
  • Create a new branch with a descriptive name:
    git checkout -b my_new_branch
  • Write some code, fix something, and add a test to prove that it works. No pull request will be accepted without tests passing, or without new tests if new features are added.

  • Run test

    # 全てのテストがokとなること
    make test
  • Commit your code and push it to GitHub

    • At this time, the issue number should be attached to the commit message.
  • Open a new pull request and describe the changes you have made.

  • We'll accept your changes after review.

Simple!

Questions

If you have any questions, create an issue (protip: do a quick search first to see if someone else didn't ask the same question before!). You can also reach us at @o-ga09

Contributors

Thank you to all the people who is watching to MH-API!