From 82b03292eb6d7d2d79235f32d1999e195460f7bc Mon Sep 17 00:00:00 2001 From: Petro Kurbatskyi Date: Wed, 27 Mar 2024 15:44:37 +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 b239c58..0000000 --- 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/Improvement/Feature/Misc -| **Target version** | latest stable `4.0` for bug fixes, `main` for new features -| **BC breaks** | yes/no -| **Doc needed** | yes/no - - - -**TODO**: -- [ ] Implement feature / fix a bug. -- [ ] Implement tests + specs and passing (`$ composer test`) -- [ ] Fix new code according to Coding Standards (`$ composer fix-cs`). -- [ ] Ask for Code Review.