From 3d7a5978c90620f93350f0992500b1ee5171233e Mon Sep 17 00:00:00 2001 From: Hyungu Kang | Airen <gusrn1423@naver.com> Date: Thu, 22 Aug 2024 14:55:44 +0900 Subject: [PATCH 1/3] chore: add pr template --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 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 000000000..b1127d369 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +## Changes +- + +ticket: + +## Additional Notes +- + +## Checklist +Before requesting a code review, please check the following: +- [ ] CI has passed all checks. +- [ ] A self-review has been conducted to ensure there are no minor mistakes. +- [ ] Unnecessary comments/debugging code have been removed. +- [ ] All requirements specified in the ticket have been accurately implemented. +- [ ] Ensure the ticket has been updated with the sprint, status, and story points. From 27d321c2c089d4cdaa9cc642927a3727542bdf99 Mon Sep 17 00:00:00 2001 From: Hyungu Kang | Airen <gusrn1423@naver.com> Date: Thu, 22 Aug 2024 14:58:29 +0900 Subject: [PATCH 2/3] chore: update --- .github/pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b1127d369..371e80c73 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,8 +8,8 @@ ticket: ## Checklist Before requesting a code review, please check the following: -- [ ] CI has passed all checks. -- [ ] A self-review has been conducted to ensure there are no minor mistakes. -- [ ] Unnecessary comments/debugging code have been removed. -- [ ] All requirements specified in the ticket have been accurately implemented. +- [ ] **[Required]** CI has passed all checks. +- [ ] **[Required]** A self-review has been conducted to ensure there are no minor mistakes. +- [ ] **[Required]** Unnecessary comments/debugging code have been removed. +- [ ] **[Required]** All requirements specified in the ticket have been accurately implemented. - [ ] Ensure the ticket has been updated with the sprint, status, and story points. From 8756c19b275794da7c99145e6618039da68a78b3 Mon Sep 17 00:00:00 2001 From: Hyungu Kang | Airen <gusrn1423@naver.com> Date: Fri, 23 Aug 2024 15:34:08 +0900 Subject: [PATCH 3/3] chore: update --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 371e80c73..96599c234 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,7 @@ ## Changes - -ticket: +ticket: [] ## Additional Notes -