From a47aad5a3ce60c6b3f30ab488cec04a2d1ca729f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Wed, 20 Sep 2023 23:19:06 +0900 Subject: [PATCH] feat: edit PR template --- .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 99eafa2..a6acd35 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ # Pull request checklist - [ ] The PR has a proper title. Use [Semantic Commit Messages](https://seesparkbox.com/foundry/semantic_commit_messages). (No more branch-name title please) -- [ ] Make sure you are requesting the right branch. +- [ ] Make sure you are requesting the right branch: `dev`. - [ ] Make sure this is ready to be merged into the relevant branch. Please don't create a PR and let it hang for a few days. - [ ] Ensure all tests are passing. - [ ] Ensure linting is passing.