Skip to content

Commit

Permalink
Updated pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx authored Nov 15, 2023
1 parent 4a716df commit d279fe8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
| Question | Answer |
|--------------------------------|-------------------------------------------------------|
| **JIRA issue** | [IBX-XXXXX](https://issues.ibexa.co/browse/IBX-XXXXX) |
| **Type** | feature/bug/improvement |
| **Target eZ Platform version** | `v4.6` |
| **BC breaks** | yes/no |
| **Doc needed** | yes/no |
| Question | Answer |
|--------------------------|-----------------------------------------------------|
| **JIRA issue** | [IBX-XXXX](https://issues.ibexa.co/browse/IBX-XXXX) |
| **Type** | feature/bug/improvement |
| **Target Ibexa version** | `v4.6` |
| **BC breaks** | yes/no |

<!-- Replace this comment with Pull Request description -->

#### 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`).
- [ ] 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 for example `@ibexa/php-dev` for back-end changes and/or `@ibexa/javascript-dev` for front-end changes).

0 comments on commit d279fe8

Please sign in to comment.