diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index f442e9b..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,16 +0,0 @@ -| Question | Answer | -|--------------------------------|-------------------------------------------------------| -| **JIRA issue** | [IBX-XXXXX](https://issues.ibexa.co/browse/IBX-XXXXX) | -| **Type** | feature/bug/improvement | -| **Target eZ Platform version** | `v4.x` - please update `x` accordingly | -| **BC breaks** | yes/no | -| **Doc needed** | yes/no | - - - -#### Checklist: -- [ ] Provided PR description. -- [ ] Tested the solution manually. -- [ ] Provided automated test coverage. -- [ ] Checked that target branch is set correctly (master for features, the oldest supported for bugs). -- [ ] Asked for a review (ping `@ibexa/engineering`).