From 0130a14c69f12c16fa14dd326a34deb012d7d37f Mon Sep 17 00:00:00 2001 From: Nattfarinn Date: Thu, 3 Feb 2022 17:15:49 +0100 Subject: [PATCH] IBX-1853: Used rebranded Ibexa name in 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 d7dbeaa..41f3ed0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,6 +11,6 @@ - [ ] Provided PR description. - [ ] Tested the solution manually. - [ ] Provided automated test coverage. -- [ ] Checked that target branch is set correctly (master for features, the oldest supported for bugs). +- [ ] Checked that target branch is set correctly (`main` for features, the oldest supported for bugs). - [ ] Ran PHP CS Fixer for new PHP code (use `$ composer fix-cs`). - [ ] Asked for a review (ping `@ibexa/engineering`).