From 24f99816c6265d34265d39b10e3c2233db77873f Mon Sep 17 00:00:00 2001 From: haeyoon1 <151020202+haeyoon1@users.noreply.github.com> Date: Thu, 6 Feb 2025 20:42:28 +0900 Subject: [PATCH 01/13] =?UTF-8?q?docs:=20PR=20template=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- github/pull_request_template.md | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 github/pull_request_template.md diff --git a/github/pull_request_template.md b/github/pull_request_template.md new file mode 100644 index 0000000..4cf8833 --- /dev/null +++ b/github/pull_request_template.md @@ -0,0 +1,34 @@ +## 작업 내용 +- + +## 참고 사항 +- + +## 관련 이슈 +- + +## 예시 +```markdown +## 작업 내용 +전화번호 인증을 구현했습니다. + +- 전화번호 인증 번호 랜덤 생성 (#123) +- 전화번호 문구 고정 +- 외부 API를 통한 문자 전송 (#789) + +## 참고 사항 +- 테스트를 작성했는데, 외부 API이기에 + +## 관련 이슈 +- closes #123 +- closes #789 +``` + +PR이 병합되면 issue #123, #789가 자동으로 닫힙니다. + + +## PR 체크리스트 +- [ ] 테스트는 모두 통과했나요? +- [ ] 빌드는 성공했나요? +- [ ] 코드 포맷팅을 진행했나요? +- [ ] PR 내부의 예시는 삭제하셨나요? From d54e6565b43575a425a2bfaa0ffcdd8642011a7a Mon Sep 17 00:00:00 2001 From: haeyoon1 <151020202+haeyoon1@users.noreply.github.com> Date: Mon, 10 Feb 2025 19:26:10 +0900 Subject: [PATCH 02/13] =?UTF-8?q?docs:=20PR=20template=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pull_request_template.md | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..4cf8833 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,34 @@ +## 작업 내용 +- + +## 참고 사항 +- + +## 관련 이슈 +- + +## 예시 +```markdown +## 작업 내용 +전화번호 인증을 구현했습니다. + +- 전화번호 인증 번호 랜덤 생성 (#123) +- 전화번호 문구 고정 +- 외부 API를 통한 문자 전송 (#789) + +## 참고 사항 +- 테스트를 작성했는데, 외부 API이기에 + +## 관련 이슈 +- closes #123 +- closes #789 +``` + +PR이 병합되면 issue #123, #789가 자동으로 닫힙니다. + + +## PR 체크리스트 +- [ ] 테스트는 모두 통과했나요? +- [ ] 빌드는 성공했나요? +- [ ] 코드 포맷팅을 진행했나요? +- [ ] PR 내부의 예시는 삭제하셨나요? From 7c4de46d86ebe974f85e8c4151b4e0919787c244 Mon Sep 17 00:00:00 2001 From: haeyoon1 <151020202+haeyoon1@users.noreply.github.com> Date: Mon, 10 Feb 2025 19:27:39 +0900 Subject: [PATCH 03/13] docs: Delete github/pull_request_template.md --- github/pull_request_template.md | 34 --------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 github/pull_request_template.md diff --git a/github/pull_request_template.md b/github/pull_request_template.md deleted file mode 100644 index 4cf8833..0000000 --- a/github/pull_request_template.md +++ /dev/null @@ -1,34 +0,0 @@ -## 작업 내용 -- - -## 참고 사항 -- - -## 관련 이슈 -- - -## 예시 -```markdown -## 작업 내용 -전화번호 인증을 구현했습니다. - -- 전화번호 인증 번호 랜덤 생성 (#123) -- 전화번호 문구 고정 -- 외부 API를 통한 문자 전송 (#789) - -## 참고 사항 -- 테스트를 작성했는데, 외부 API이기에 - -## 관련 이슈 -- closes #123 -- closes #789 -``` - -PR이 병합되면 issue #123, #789가 자동으로 닫힙니다. - - -## PR 체크리스트 -- [ ] 테스트는 모두 통과했나요? -- [ ] 빌드는 성공했나요? -- [ ] 코드 포맷팅을 진행했나요? -- [ ] PR 내부의 예시는 삭제하셨나요? From 1f54c1646618fd67c918bb99b4b5fe46b76aab34 Mon Sep 17 00:00:00 2001 From: haeyoon1 <151020202+haeyoon1@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:24:36 +0900 Subject: [PATCH 04/13] docs: Create chore-request.md --- .github/ISSUE_TEMPLATE/chore-request.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/chore-request.md diff --git a/.github/ISSUE_TEMPLATE/chore-request.md b/.github/ISSUE_TEMPLATE/chore-request.md new file mode 100644 index 0000000..386790f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/chore-request.md @@ -0,0 +1,21 @@ +--- +name: BackEnd Chore request +about: 백엔드 설정 정보 이슈 템플릿입니다. +title: '' +labels: backend, chore +assignees: '' + +--- + +## 목적 +> + +## 작업 세부사항 +- [ ] + +## 참고 사항 +- + +> 아래의 별표줄 밑에 **요구사항 ID**만 작성해주세요. Prefix 금지! + +******************** From 352831ec1db12f4850b21b2b81ab5ba3fc7f49de Mon Sep 17 00:00:00 2001 From: haeyoon1 <151020202+haeyoon1@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:25:25 +0900 Subject: [PATCH 05/13] Create feature-request.md --- .github/ISSUE_TEMPLATE/feature-request.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..cb444f5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,21 @@ +--- +name: BackEnd Feature request +about: 백엔드 기능 이슈 템플릿입니다. +title: '' +labels: backend, feature +assignees: '' + +--- + +## 목적 +> + +## 작업 세부사항 +- [ ] + +## 참고 사항 +- + +> 아래의 별표줄 밑에 **요구사항 ID**만 작성해주세요. Prefix 금지! + +******************** From f8cffb84b40ba852df82a812cc26b585223ce87e Mon Sep 17 00:00:00 2001 From: haeyoon1 <151020202+haeyoon1@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:26:06 +0900 Subject: [PATCH 06/13] docs: Create fix-request.md --- .github/ISSUE_TEMPLATE/fix-request.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/fix-request.md diff --git a/.github/ISSUE_TEMPLATE/fix-request.md b/.github/ISSUE_TEMPLATE/fix-request.md new file mode 100644 index 0000000..7bbd3b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/fix-request.md @@ -0,0 +1,21 @@ +--- +name: BackEnd Fix request +about: 백엔드 수정 이슈 템플릿입니다. +title: '' +labels: backend, fix +assignees: '' + +--- + +## 목적 +> + +## 작업 세부사항 +- [ ] + +## 참고 사항 +- + +> 아래의 별표줄 밑에 **요구사항 ID**만 작성해주세요. Prefix 금지! + +******************** From 4e4a9df2b2000badb237c4350a4eea2ca359d0c9 Mon Sep 17 00:00:00 2001 From: haeyoon1 <151020202+haeyoon1@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:28:29 +0900 Subject: [PATCH 07/13] docs: Create refactor-request.md --- .github/ISSUE_TEMPLATE/refactor-request.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/refactor-request.md diff --git a/.github/ISSUE_TEMPLATE/refactor-request.md b/.github/ISSUE_TEMPLATE/refactor-request.md new file mode 100644 index 0000000..fa92903 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/refactor-request.md @@ -0,0 +1,21 @@ +--- +name: BackEnd Refactor request +about: 백엔드 리팩터링 이슈 템플릿입니다. +title: '' +labels: backend, refactor +assignees: '' + +--- + +## 목적 +> + +## 작업 세부사항 +- [ ] + +## 참고 사항 +- + +> 아래의 별표줄 밑에 **요구사항 ID**만 작성해주세요. Prefix 금지! + +******************** From b97252b610efd73cfd67b2cf8e55e7c142c9975f Mon Sep 17 00:00:00 2001 From: haeyoon1 <151020202+haeyoon1@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:28:58 +0900 Subject: [PATCH 08/13] docs: Create test-request.md --- .github/ISSUE_TEMPLATE/test-request.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/test-request.md diff --git a/.github/ISSUE_TEMPLATE/test-request.md b/.github/ISSUE_TEMPLATE/test-request.md new file mode 100644 index 0000000..07f5978 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/test-request.md @@ -0,0 +1,21 @@ +--- +name: BackEnd Test request +about: 백엔드 테스트 이슈 템플릿입니다. +title: '' +labels: backend, test +assignees: '' + +--- + +## 목적 +> + +## 작업 세부사항 +- [ ] + +## 참고 사항 +- + +> 아래의 별표줄 밑에 **요구사항 ID**만 작성해주세요. Prefix 금지! + +******************** From a723ee198df11f182e556c023a9a531ce49652e7 Mon Sep 17 00:00:00 2001 From: haeyoon1 <151020202+haeyoon1@users.noreply.github.com> Date: Wed, 12 Feb 2025 23:59:45 +0900 Subject: [PATCH 09/13] docs: Update chore-request.md --- .github/ISSUE_TEMPLATE/chore-request.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/chore-request.md b/.github/ISSUE_TEMPLATE/chore-request.md index 386790f..229c519 100644 --- a/.github/ISSUE_TEMPLATE/chore-request.md +++ b/.github/ISSUE_TEMPLATE/chore-request.md @@ -1,12 +1,3 @@ ---- -name: BackEnd Chore request -about: 백엔드 설정 정보 이슈 템플릿입니다. -title: '' -labels: backend, chore -assignees: '' - ---- - ## 목적 > From 4d7560827397c4e04ce2d2547e5d89797ecf754f Mon Sep 17 00:00:00 2001 From: haeyoon1 <151020202+haeyoon1@users.noreply.github.com> Date: Thu, 13 Feb 2025 00:00:40 +0900 Subject: [PATCH 10/13] docs: Update feature-request.md --- .github/ISSUE_TEMPLATE/feature-request.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index cb444f5..229c519 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,12 +1,3 @@ ---- -name: BackEnd Feature request -about: 백엔드 기능 이슈 템플릿입니다. -title: '' -labels: backend, feature -assignees: '' - ---- - ## 목적 > From c6074e05af3d74b066a5ecae61c5a2580e9196fe Mon Sep 17 00:00:00 2001 From: haeyoon1 <151020202+haeyoon1@users.noreply.github.com> Date: Thu, 13 Feb 2025 00:00:55 +0900 Subject: [PATCH 11/13] docs: Update fix-request.md --- .github/ISSUE_TEMPLATE/fix-request.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/fix-request.md b/.github/ISSUE_TEMPLATE/fix-request.md index 7bbd3b6..229c519 100644 --- a/.github/ISSUE_TEMPLATE/fix-request.md +++ b/.github/ISSUE_TEMPLATE/fix-request.md @@ -1,12 +1,3 @@ ---- -name: BackEnd Fix request -about: 백엔드 수정 이슈 템플릿입니다. -title: '' -labels: backend, fix -assignees: '' - ---- - ## 목적 > From 5a337b1baabe5a202c0ea66a9420d6055790eb53 Mon Sep 17 00:00:00 2001 From: haeyoon1 <151020202+haeyoon1@users.noreply.github.com> Date: Thu, 13 Feb 2025 00:01:11 +0900 Subject: [PATCH 12/13] docs: Update refactor-request.md --- .github/ISSUE_TEMPLATE/refactor-request.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/refactor-request.md b/.github/ISSUE_TEMPLATE/refactor-request.md index fa92903..229c519 100644 --- a/.github/ISSUE_TEMPLATE/refactor-request.md +++ b/.github/ISSUE_TEMPLATE/refactor-request.md @@ -1,12 +1,3 @@ ---- -name: BackEnd Refactor request -about: 백엔드 리팩터링 이슈 템플릿입니다. -title: '' -labels: backend, refactor -assignees: '' - ---- - ## 목적 > From f4b9438b197db32b807c11a6aaa0f758e871edf7 Mon Sep 17 00:00:00 2001 From: haeyoon1 <151020202+haeyoon1@users.noreply.github.com> Date: Thu, 13 Feb 2025 00:02:43 +0900 Subject: [PATCH 13/13] docs: Update test-request.md --- .github/ISSUE_TEMPLATE/test-request.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/test-request.md b/.github/ISSUE_TEMPLATE/test-request.md index 07f5978..229c519 100644 --- a/.github/ISSUE_TEMPLATE/test-request.md +++ b/.github/ISSUE_TEMPLATE/test-request.md @@ -1,12 +1,3 @@ ---- -name: BackEnd Test request -about: 백엔드 테스트 이슈 템플릿입니다. -title: '' -labels: backend, test -assignees: '' - ---- - ## 목적 >