Showing
1 changed file
with
6 additions
and
1 deletions
... | @@ -32,10 +32,15 @@ | ... | @@ -32,10 +32,15 @@ |
32 | 32 | ||
33 | 33 | ||
34 | ## Contributing | 34 | ## Contributing |
35 | - | 35 | +1. 프로젝트 fork |
36 | +2. 기능 분기 만들기 (git chekcout -b feature/featureName) | ||
37 | +3. 변경 사항 커밋 (git commmit -m "Add feature~") | ||
38 | +4. 푸시 (git push origin feature/featureName) | ||
39 | +5. pull request | ||
36 | 40 | ||
37 | 41 | ||
38 | ## License | 42 | ## License |
43 | +Distributed under the MIT License. | ||
39 | 44 | ||
40 | 45 | ||
41 | 46 | ... | ... |
-
Please register or login to post a comment