generated from Learning-Is-Vital-In-Development/study-template
-
Notifications
You must be signed in to change notification settings - Fork 5
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 9928a6b
Showing
6 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 @@ | ||
* @dojinyou |
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 @@ | ||
## ✏️ 스터디/발표 제목 | ||
- 스터디 혹은 발표에 대한 간략한 내용을 적어주세요 | ||
|
||
## 🤔 논의하고 싶은 내용 / 질문 등 | ||
- 학습 내용 기반의 추가적인 논의나 질문 거리에 대해서 작성해주세요 |
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 @@ | ||
# Set to true to add assignees to pull requests | ||
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,14 @@ | ||
name: PR auto merge | ||
on: | ||
schedule: | ||
- cron: '0 0 * * 1' # 매주 월요일 0시(UTC) -> 매주 월요일 오전 9시(KST) 9시간 시차존재 | ||
jobs: | ||
automerge: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: automerge | ||
uses: "pascalgn/[email protected]" | ||
env: | ||
MERGE_LABELS: "" # 모든 PR을 병합합니다. | ||
MERGE_METHOD: "squash" # PR을 스쿼시형태로 병합합니다. | ||
GITHUB_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,4 @@ | ||
.idea | ||
.DS_Store | ||
.vscode | ||
ignore/ |
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,21 @@ | ||
# 스터디 제목 | ||
|
||
- 기간: 2023.00.00 ~ 00.00 | ||
- 시간 및 장소: 매주 월요일 오후 00시 (온라인) | ||
- 스터디원: 7명 | ||
(희망할 경우 참여자 링크를 추가) | ||
|
||
## 핵심 스터디 결과물 | ||
|
||
- [핵심 결과물 링크를 추가해주세요](https://github.com/Learning-Is-Vital-In-Development) | ||
1. [핵심 결과물 링크를 추가해주세요](https://github.com/Learning-Is-Vital-In-Development) | ||
|
||
## 진행방식 | ||
|
||
- 진행 방식에 대해서 작성해주세요 | ||
|
||
## 스터디 규칙 | ||
|
||
- 지켜야할 규칙이 있다면 작성해주세요 | ||
|
||
[이슈](https://github.com/Learning-Is-Vital-In-Development/study-template/issues)를 읽고 적절한 조치를 통해 스터디에 집중할 수 있도록 해주세요 |