From 68c6492d96559f5cfb95fda655ca8e82f779e718 Mon Sep 17 00:00:00 2001 From: Petro Kurbatskyi Date: Wed, 27 Mar 2024 15:45:12 +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 55faee54..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,15 +0,0 @@ -| Question | Answer -| ------------------ | ------------------ -| **JIRA issue** | [IBX-XXXXX](https://issues.ibexa.co/browse/IBX-XXXXX) -| **Type**| bug/feature/improvement -| **Target version** | e.g.: Ibexa `v4.0` -| **BC breaks** | yes/no -| **Tests pass** | yes/no -| **Doc needed** | yes/no - - - -**TODO**: -- [ ] Implement tests. -- [ ] Fix new code according to Coding Standards (`$ composer fix-cs`). -- [ ] Ask for Code Review.