Skip to content

Commit

Permalink
[DOCS] Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
R3gardless committed Mar 28, 2024
1 parent b25f0e5 commit 45552ec
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
작성자: @github_nickname

Related to #{이슈 번호 기입}
close/resolve/fix #{이슈 번호 기입}

## 체크 리스트

Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## 28th Git Study

***SCG 28기를 위한 Git 실습을 위한 Repository***

### 기본 제공 Branch
- main
- develop
- feat/list-like-visibility
- feat/post-translate

### 목표
- Git Issue 를 만들어보고 해결해보자!
- Git branch 를 사용하여 개발을 진행해보고 Pull Request까지!
- Git conflict 를 resolve 해보자

### How to Start
```shell
npm install
npm run start
```

0 comments on commit 45552ec

Please sign in to comment.