File tree Expand file tree Collapse file tree 2 files changed +44
-2
lines changed Expand file tree Collapse file tree 2 files changed +44
-2
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # TEAM 🌟SBH🌟 Ground Rule
2
+ 신빅해 팀 ** 레포지토리 그라운드 룰** 입니다.
3
+
4
+ ---
5
+
6
+ ` 참여기간 ` 22.09.16~ 09.23
7
+ ` 참여인원 ` 4명
8
+
9
+ ---
10
+
11
+ ### 데이터 분석 언어
12
+ ` python `
13
+
14
+ - 전처리 및 분석, 시각화 모두 해당 언어를 사용합니다.
15
+
16
+ ---
17
+
18
+ ### Github 운영방식
19
+
20
+ - 1개의 repository에서 목적별로 branch 나눠서 운영.
21
+ ex) ` feature/analysis ` : 데이터 분석 브런치
22
+ ex) ` feature/pre-processing ` : 데이터 전처리 브런치
23
+
24
+ - pull request / commit message 양식
25
+
26
+ ` 커밋 분류 `
27
+ * ADD : 데이터 분석 파일 및 코드 파일을 추가하였을 경우
28
+ * UPDATE : 코드 일부 삭제, 변경할 경우
29
+ * DELETE : 데이터 분석 파일 및 코드 파일을 삭제하였을 경우
30
+ * FIX : 코드 에러를 해결했을 경우
31
+ * REFACTOR : 파일 / 코드 구조화 시행했을 경우
32
+
33
+ ` 커밋 메시지 / 풀리퀘스트 양식 `
34
+ > ex) 커밋분류 -> (변경사항)
35
+
36
+ ex) ` ADD -> (파생 변수 및 연관분석 코드 추가) `
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
You can’t perform that action at this time.
0 commit comments