From 2259e90048faf6a08bd40cc463453bea3bfa3d4f Mon Sep 17 00:00:00 2001 From: Petro Kurbatskyi Date: Wed, 27 Mar 2024 15:44:14 +0100 Subject: [PATCH] Removed repository-wide pull request template --- .github/pull_request_template.md | 16 ---------------- 1 file changed, 16 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 41f3ed0..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,16 +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 `@ibexa/engineering`).