|
1 |
| -## Purpose of this pull request |
| 1 | +<!--- Provide a general summary of your changes in the Title above --> |
| 2 | + |
| 3 | +## Description |
2 | 4 |
|
3 | 5 | <!--- Describe your changes in detail -->
|
4 | 6 |
|
5 |
| -This pull request (PR) ... |
| 7 | +## Related Issue |
| 8 | + |
| 9 | +<!--- This project only accepts pull requests related to open issues --> |
| 10 | +<!--- If suggesting a new feature or change, please discuss it in an issue first --> |
| 11 | +<!--- If fixing a bug, there should be an issue describing it with steps to reproduce --> |
| 12 | +<!--- Please link to the issue here: --> |
| 13 | + |
| 14 | +## Motivation and Context |
6 | 15 |
|
7 |
| -## Affected pages |
| 16 | +<!--- Why is this change required? What problem does it solve? --> |
8 | 17 |
|
9 |
| -<!-- REQUIRED List the pages/URLs on the [Adobe devsite](https://developer.adobe.com/. Not needed for large numbers of files. --> |
| 18 | +## How Has This Been Tested? |
10 | 19 |
|
11 |
| -- ... |
| 20 | +<!--- Please describe in detail how you tested your changes. --> |
| 21 | +<!--- Include details of your testing environment, and the tests you ran to --> |
| 22 | +<!--- see how your change affects other areas of the code, etc. --> |
12 | 23 |
|
13 |
| -## Links to related PRs or Jira tickets |
| 24 | +## Screenshots (if appropriate): |
14 | 25 |
|
15 |
| -<!-- OPTIONAL - REMOVE THIS SECTION IF NOT USED. Add links to PRs/tickets that required documentation updates --> |
| 26 | +## Types of changes |
16 | 27 |
|
17 |
| -- ... |
| 28 | +<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
18 | 29 |
|
19 |
| -<!-- |
20 |
| -If you are fixing a GitHub issue, note it using GitHub keyword format (https://help.github.com/en/articles/closing-issues-using-keywords#closing-an-issue-in-a-different-repository) to close the issue when this pull request is merged. Example: `Fixes #1234` |
21 |
| -`beta` is the default branch. Merged pull requests to `main` go live on the site automatically. |
22 |
| -See Contribution guidelines (https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md) for more information. |
23 |
| ---> |
| 30 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 31 | +- [ ] New feature (non-breaking change which adds functionality) |
| 32 | +- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
24 | 33 |
|
25 | 34 | ## Checklist:
|
26 | 35 |
|
27 | 36 | <!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
|
| 37 | +<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
28 | 38 |
|
29 | 39 | - [ ] I have signed the [Adobe Open Source CLA](https://opensource.adobe.com/cla.html).
|
30 |
| -- [ ] My changes follow the code style of this project. |
| 40 | +- [ ] My code follows the code style of this project. |
| 41 | +- [ ] My change requires a change to the documentation. |
| 42 | +- [ ] I have updated the documentation accordingly. |
31 | 43 | - [ ] I have read the **CONTRIBUTING** document.
|
| 44 | +- [ ] I have added tests to cover my changes. |
32 | 45 | - [ ] All new and existing tests passed.
|
0 commit comments