-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |