From c8b628c3246bfa4f9fdf7cd6a5d7ea455d3a1465 Mon Sep 17 00:00:00 2001 From: hyesung oh Date: Thu, 5 Sep 2024 14:28:57 +0900 Subject: [PATCH] Initial commit --- .github/CODEOWNERS | 1 + .github/auto_assign.yml | 2 ++ .github/labeler.yml | 2 ++ .github/pull_request_template.md | 5 +++++ .github/workflows/pr_labeler.yml | 15 +++++++++++++++ .gitignore | 2 ++ README.md | 27 +++++++++++++++++++++++++++ 7 files changed, 54 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/auto_assign.yml create mode 100644 .github/labeler.yml create mode 100644 .github/pull_request_template.md create mode 100644 .github/workflows/pr_labeler.yml create mode 100644 .gitignore create mode 100644 README.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..741be50 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @hyesungoh \ No newline at end of file diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml new file mode 100644 index 0000000..7c96020 --- /dev/null +++ b/.github/auto_assign.yml @@ -0,0 +1,2 @@ +addReviewers: false +addAssignees: author \ No newline at end of file diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000..9a4534d --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,2 @@ +챕터_1: + - 챕터_1/* \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..ba19c9e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/.github/workflows/pr_labeler.yml b/.github/workflows/pr_labeler.yml new file mode 100644 index 0000000..74865bb --- /dev/null +++ b/.github/workflows/pr_labeler.yml @@ -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 }}' diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ca0973 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store + diff --git a/README.md b/README.md new file mode 100644 index 0000000..73e3e3a --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +모던 리액트 딥 다이브 + +# 책 이름 + +책 설명 + +
+
+
+
+
+
+ +## 일정 📅 + +| 일정 | 목차 | +| :-------: | :---------------------------------: | +| 23.12.05 | 1장 리액트 개발을 위해 꼭 알아야 할 자바스크립트 | + +## 진행 방식 🌌 + +* 스터디 세션 전에 주차에 해당하는 장을 읽고 정리한 내용을 PR로 올려요 +* 스터디 세션에서 각자 아래 주제에 대해 공유해요 + + 중요하다고 생각한 내용 + + 경험적인 내용 + + 이해가 되지 않는 내용 +* 각 장마다 정해진 서기가 공유 내용을 기록하고 저장소에 올려요