Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Contributions

taichi uchihara edited this page Apr 10, 2020 · 3 revisions

Commit

Commit Message

prefix: commit message の形式でお願いします.

prefix list
  • feat: 機能の追加など
  • docs: ドキュメント周りなどについてのコミット
  • style: コーディング規約周りの修正など(空白、改行など)
  • test: テストに関するコミット
  • fix: バグの修正
  • chore: cp, mv, rmなどあまり本質じゃないところ
  • mod: module, package周り
  • refactor: refactoringに関するcommit

Branch

機能追加
  • feature/機能名でdevelopからブランチを切って作業してください.
  • 実装後はdevelopにpull requestをお願いします.
バグ修正
  • バグなどがあったら一旦issueを生やしてもらいたいです.
  • それの対応のコミットは, fix/issueの番号でブランチを切って作業してください.
  • 修正後はdevelopにpull requestを.