generated from muhandojeon/study-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit c8b628c
Showing
7 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @hyesungoh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
addReviewers: false | ||
addAssignees: author |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
챕터_1: | ||
- 챕터_1/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- | ||
PR 제목을 확인해 주세요! | ||
`[이름] 챕터 n: 챕터 이름` | ||
ex. [오혜성] 챕터 1: 리액트 개발을 위해 꼭 알아야 할 자바스크립트 | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: "Pull Request Labeler" | ||
|
||
on: | ||
- pull_request | ||
|
||
jobs: | ||
labeler: | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@v4 | ||
with: | ||
repo-token: '${{ secrets.GITHUB_TOKEN }}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<img src="https://github.com/muhandojeon/Modern-React-Deep-Dive/assets/26461307/3137b976-cbb0-4dc5-ba6e-466d9a5f9ce3" alt="모던 리액트 딥 다이브" align="right" width="200" /> | ||
|
||
# 책 이름 | ||
|
||
책 설명 | ||
|
||
<br /> | ||
<br /> | ||
<br /> | ||
<br /> | ||
<br /> | ||
<br /> | ||
|
||
## 일정 📅 | ||
|
||
| 일정 | 목차 | | ||
| :-------: | :---------------------------------: | | ||
| 23.12.05 | 1장 리액트 개발을 위해 꼭 알아야 할 자바스크립트 | | ||
|
||
## 진행 방식 🌌 | ||
|
||
* 스터디 세션 전에 주차에 해당하는 장을 읽고 정리한 내용을 PR로 올려요 | ||
* 스터디 세션에서 각자 아래 주제에 대해 공유해요 | ||
+ 중요하다고 생각한 내용 | ||
+ 경험적인 내용 | ||
+ 이해가 되지 않는 내용 | ||
* 각 장마다 정해진 서기가 공유 내용을 기록하고 저장소에 올려요 |