File tree 1 file changed +60
-0
lines changed
1 file changed +60
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Pick-t
2
+
3
+ 트레일러 공유 서비스를 만들어 보는 프로젝트🏕
4
+
5
+
6
+
7
+ ## TEAM
8
+
9
+ ** 백앤드**
10
+
11
+ - [ 김성혁] ( https://github.com/sunghyuki )
12
+ - [ 주동혁] ( https://github.com/JUDONGHYEOK )
13
+
14
+ ** 안드로이드**
15
+
16
+ - [ 김정인] ( https://github.com/mywnajsldkf )
17
+
18
+
19
+
20
+ ## Ground Rule
21
+
22
+ #### Branch 관리 컨벤션
23
+
24
+ - master
25
+ - development : 각 클래스 별 기능 완료 시 PR로 보내는 branch, default 브랜치로 설정된다.
26
+ - 클래스는 다음과 같다. dev-back, dev-front
27
+
28
+ - feat/{class}/{contents} : 기능 단위로 브랜치를 생성한다. ` dev ` 로 머지된 브랜치는 삭제한다.
29
+ - master, dev에 있는 내용들은 동작 가능한 산출물이어야 한다.
30
+
31
+ ### commit message convention
32
+
33
+ | 타입 | 설명 |
34
+ | -------- | ----------------------------------- |
35
+ | feat | 새로운 기능 추가 |
36
+ | fix | 버그 수정 |
37
+ | refactor | 코드 리팩토링 |
38
+ | style | 코드 포맷팅 (코드 변경이 없는 경우) |
39
+ | modify | 수정 |
40
+ | chore | 빌드 스크립트 수정 등의 기타 작업 |
41
+ | docs | 문서 수정 |
42
+
43
+
44
+
45
+ #### Android
46
+
47
+ - [ 개발 프로토타입 xd] ( https://xd.adobe.com/view/40f7d1f6-4da7-48a3-83c3-3c7b32382348-15a4/ )
48
+
49
+ - [ 요구사항 정의] ( https://docs.google.com/spreadsheets/d/1QVGlomKQurXfYZzWym4ce2abTlNFy516u9LESBdH-Xg/edit?usp=sharing )
50
+
51
+
52
+
53
+ #### Backend
54
+
55
+
56
+
57
+ ** reference)**
58
+
59
+ - [ 코드스쿼드 airbnb 프로젝트] ( https://github.com/codesquad-member-2020/airbnb-03 )
60
+ - [ 텍스트와 이미지로 살펴보는 코드스쿼드의 온라인 코드 리뷰 과정] ( https://github.com/code-squad/codesquad-docs/blob/master/codereview/README.md )
61
+
You can’t perform that action at this time.
0 commit comments