Skip to content

Instantly share code, notes, and snippets.

@keepcosmos
Last active October 10, 2017 05:11
Show Gist options
  • Save keepcosmos/513e75de6674654fd812dbe6ed7c438d to your computer and use it in GitHub Desktop.
Save keepcosmos/513e75de6674654fd812dbe6ed7c438d to your computer and use it in GitHub Desktop.
Myrealtrip Commit Template
# {type}: {요약된 내용을 한 줄로 작성}
# ex) fix: 공유용 여행확인증 URL에 파라미터로 포함된 access_token이 복호화되지 않는 문제 해결.
# 상세 내용이나 지라 이슈코드가 있다면, 명료하고 간결하게 아래에 작성합니다.
# --- COMMIT END ---
# type의 종류
# feature (새로운 기능)
# fix (버그 픽스)
# refactor (리펙토링)
# style (코드 포멧팅, 린트적용, 줄바꿈 변경 등)
# docs (코드의 도큐먼트 개선)
# test (테스트 추가 또는 변경)
#    config       (configuration / 시스템 환경 변경)
# --------------------
# 확인하기
#   * 'style' 타입은 UI 디자인 개선내용이 아닌 코드 스타일에 관한 변경사항입니다.
#   * ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment