Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 631 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) · 631 Bytes

貢献方法

  1. フォークする
  2. feature branch を作る
  3. 変更するを commit する
  4. push
  5. プルリクする
  6. CI の結果を確認する(重要なのは Travis CI です。それ以外は気にしなくて良いです)

How To Contribute

  1. Fork it ( https://github.com/srz-zumix/iutest )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
  6. Please check the result of CI (Important is Travis CI. Other than that, you do not have to worry)