From 801fb25fb22e2b4b8f539d912003f920bced9672 Mon Sep 17 00:00:00 2001 From: Samuel <122863980+samurai-g@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:15:11 +0200 Subject: [PATCH] Update pull_request_template.md --- .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 1e35c5eacb..ed90862d17 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,7 +13,7 @@ Please review the [contributing guidelines](https://github.com/Catrobat/Catty/bl - [ ] Verify to commit no other files than the intentionally changed ones - [ ] Include reasonable and readable tests verifying the added or changed behavior - [ ] Confirm that new and existing unit tests pass locally -- [ ] Check that the commits’ message style matches the [project’s guideline](https://github.com/Catrobat/Catroid/wiki/Commit-Message-Guidelines) +- [ ] Check that the commits’ message style matches the [project’s guideline](https://confluence.catrob.at/display/IOS/Git+naming+conventions) - [ ] Stick to the project’s git workflow (rebase and squash your commits) - [ ] Verify that your changes do not have any conflicts with the base branch - [ ] After the PR, verify that all CI checks have passed