-
Notifications
You must be signed in to change notification settings - Fork 0
Convention
우디 edited this page Jul 3, 2024
·
3 revisions
github flow과 Release Tag 기반 배포를 사용해요.
-
main
: prod release -
feat/{JIRA_TICKET_NUM}
: feature develop
- angular commit convention을 사용해요.
- scope는 옵션, type과 summary는 필수!
<type>(<scope>): <short summary>
│ │ │
│ │ └─⫸ Summary in present tense. Not capitalized. No period at the end.
│ │
│ └─⫸ Commit Scope: animations|bazel|benchpress|common|compiler|compiler-cli|core|
│ elements|forms|http|language-service|localize|platform-browser|
│ platform-browser-dynamic|platform-server|router|service-worker|
│ upgrade|zone.js|packaging|changelog|docs-infra|migrations|
│ devtools
│
└─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|test
- Google Java Style Guide를 사용해요.
- 여기 페이지를 이용해 IntelliJ에 세팅하여 사용해주세요!