-
Notifications
You must be signed in to change notification settings - Fork 1
Project Strategy
Geon Lee edited this page May 20, 2019
·
1 revision
- React
- TypeScript
- Spring boot
- mySQL
- Python
μ ν¬λ Branch μ λ΅μΌλ‘ git flowλ₯Ό λ³νν΄μ μ¬μ©νλ €ν©λλ€.
frontend
μ backend
μμ κ°κ° λ³ΈμΈμ branch
( ex){github_id}-frontend(or backend)
)λ₯Ό μλ‘ νμ λ³ΈμΈ branch
μμ μμ
ν κΈ°λ₯ ꡬνμ΄ μμ±λ λλ§λ€ frontend
λ‘ pull request
λ₯Ό λ λ € conflict
κ° μμΌλ©΄ λ³ΈμΈμ΄ merge
νκ³ μμΌλ©΄ κ°μ΄ 리뷰νμ¬ conflict resolve
ν ν merge
νλ λ°©μμΌλ‘ μ§νν©λλ€.
-
master
don't use this branch -
frontend
frontend orphan branch-
dl0312-frontend
dl0312-frontend/{issue_number}
-
qlqnf16-frontend
qlqnf16-frontend/{issue_number}
-
-
backend
backend orphan branch-
zerobell-lee-backend
zerobell-lee-backend/{issue_number}
-
commit message templateμ λ€μκ³Ό κ°μ΅λλ€. μ°Έκ³
-
feat
: (new feature for the user, not a new feature for build script) -
fix
: (bug fix for the user, not a fix to a build script) -
docs
: (changes to the documentation) -
style
: (formatting, missing semi colons, etc; no production code change) -
refactor
: (refactoring production code, eg. renaming a variable) -
test
: (adding missing tests, refactoring tests; no production code change) -
chore
: (updating grunt tasks etc; no production code change)