From d54e54154c3b7b34c6a6c11d7ca1eb558e087387 Mon Sep 17 00:00:00 2001 From: Petro Kurbatskyi Date: Wed, 27 Mar 2024 15:44:01 +0100 Subject: [PATCH] Removed repository-wide pull request template --- .github/pull_request_template.md | 15 --------------- 1 file changed, 15 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 62b29bb..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,15 +0,0 @@ -| Question | Answer -| ---------------------------------------- | ------------------ -| **JIRA issue** | EZEE-XXXXX -| **Type** | feature/bug/improvement -| **Target Ibexa version** | `v3.x` - please update `x` accordingly -| **BC breaks** | yes/no -| **Doc needed** | yes/no - - - -#### Checklist: -- [ ] Provided PR description. -- [ ] Tested the solution manually. -- [ ] Checked that target branch is set correctly. -- [ ] Asked for a review (ping `@ibexa/engineering`).