From e3f9d889c828664767102dbf834f78f7eaff8746 Mon Sep 17 00:00:00 2001 From: Petro Kurbatskyi Date: Wed, 27 Mar 2024 15:44:06 +0100 Subject: [PATCH] Removed repository-wide pull request template --- .github/pull_request_template.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 411b822..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,18 +0,0 @@ -| Question | Answer | -|--------------------------|-----------------------------------------------------| -| **JIRA issue** | [IBX-XXXX](https://issues.ibexa.co/browse/IBX-XXXX) | -| **Type** | feature/bug/improvement | -| **Target Ibexa version** | `v4.x` - please update `x` accordingly | -| **BC breaks** | yes/no | - - - -#### Checklist: - -- [ ] Provided PR description. -- [ ] Tested the solution manually. -- [ ] Provided automated test coverage. -- [ ] 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 for example `@ibexa/php-dev` for back-end changes and/or `@ibexa/javascript-dev` for - front-end changes).