|
| 1 | +_Note: Please transform `- [ ]` into `- (NA)` in the description when things are not applicable_ |
| 2 | + |
| 3 | +### Related issues |
| 4 | + |
| 5 | +<!-- Please link any related issues here. --> |
| 6 | + |
| 7 | +### Description |
| 8 | + |
| 9 | +<!-- Describe your changes in detail --> |
| 10 | + |
| 11 | +### Motivation & Context |
| 12 | + |
| 13 | +<!-- Why is this change required? What problem does it solve? --> |
| 14 | + |
| 15 | +### Types of change |
| 16 | + |
| 17 | +<!-- What types of changes do your code introduce? --> |
| 18 | +<!-- Please remove the unused items in the list --> |
| 19 | + |
| 20 | +- Bug fix (non-breaking which fixes an issue) |
| 21 | +- New feature (non-breaking change which adds functionality) |
| 22 | +- Refactoring (non-breaking change) |
| 23 | +- Breaking change (fix or feature that would change existing functionality) |
| 24 | + |
| 25 | +### Previews |
| 26 | + |
| 27 | +<!-- Please add screenshots or videos showing your evolutions --> |
| 28 | + |
| 29 | +### Checklist |
| 30 | + |
| 31 | +<!-- Go over all the following points, and put an `x` in all the boxes that apply. --> |
| 32 | +<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 33 | +<!-- Note that any checkboxes not optional must be ticked by an 'x' (or '(NA)') and our [branch ruleset](https://github.com/marketplace/task-list-completed) may block any merge if some mandatory boxes remain empty --> |
| 34 | +<!-- Your branch used to submit the evolutions must be prefixed by the issue number like 666-add-some-feature --> |
| 35 | + |
| 36 | +#### Contribution |
| 37 | + |
| 38 | +- [ ] I have read the [contributing guidelines](https://github.com/Orange-OpenSource/ouds-ios/blob/develop/.github/CONTRIBUTING.md) |
| 39 | + |
| 40 | +#### Accessibility |
| 41 | + |
| 42 | +- [ ] My change follows accessibility good practices |
| 43 | + |
| 44 | +#### Design |
| 45 | + |
| 46 | +- [ ] My change respects the design guidelines of _Orange Unified Design System_ |
| 47 | + |
| 48 | +#### Development |
| 49 | + |
| 50 | +- [ ] My change follows the [developer guide](https://github.com/Orange-OpenSource/ouds-ios/blob/develop/.github/DEVELOP.md) |
| 51 | +- [ ] <!-- OPTIONAL --> I have added unit tests to cover my changes _(optional)_ |
| 52 | + |
| 53 | +#### Documentation |
| 54 | + |
| 55 | +- [ ] My change introduces changes to the documentation and/or I have updated the documentation accordingly |
| 56 | + |
| 57 | +### Checklist (for Core Team only) |
| 58 | + |
| 59 | +- [ ] The evolution have been tested and the project builds for iPhones and iPads |
| 60 | +- [ ] Code review has been done by reviewers according to [CODEOWNERS file](https://github.com/Orange-OpenSource/ouds-ios/blob/develop/.github/CODEOWNERS) |
| 61 | +- [ ] Design review has been done |
| 62 | +- [ ] Accessibiltiy review has been done |
| 63 | +- [ ] Q/A team has tested the evolution |
| 64 | +- [ ] Documentation has been updated if relevant |
| 65 | +- [ ] Internal files have been updated if relevant (like CONTRIBUTING, DEVELOP, THIRD_PARTY, CONTRIBUTORS, NOTICE) |
| 66 | +- [ ] CHANGELOG has been updated respecting [keep a changelog rules](https://keepachangelog.com/en/1.0.0/) and reference the issues |
0 commit comments