From ec23300d914b48b53b9f18f1d6c30ee64efcca64 Mon Sep 17 00:00:00 2001 From: Hana Kim <101982606+hanagertrudeKim@users.noreply.github.com> Date: Sun, 12 May 2024 23:54:29 +0900 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9e51f973..5952ccf3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,19 +2,15 @@ ## What is this PR? ๐Ÿ” - - - ๊ธฐ๋Šฅ : -- issue : +- issue : # ## Changes ๐Ÿ“ + + ## ScreenShot ๐Ÿ“ท @@ -22,15 +18,17 @@ ex) ## Test CheckList โœ… +- [ ] test 1 +- [ ] test 2 +- [ ] test 3 + ## Precaution - ## โœ”๏ธ Please check if the PR fulfills these requirements -- [ ] It's submitted to `develop` branch, __not__ the `main` branch -- [ ] Did you merge recent `develop` branch? +- [ ] It's submitted to the correct branch, not the develop branch unconditionally? +- [ ] Have you rebased against the recent develop branch?