|
1 | | -<!-- Start by describing the changes made in this Pull Request, and the reason for such changes. --> |
| 1 | +<!-- Please do not remove any information from this pull request. Instead, add N/A or leave blank if not applicable --> |
2 | 2 |
|
3 | | -<!-- Reference any related issues or PRs here --> |
| 3 | +## What |
4 | 4 |
|
5 | 5 | Fixes # |
6 | 6 |
|
7 | | -<!-- Don't forget to update the title with something descriptive. --> |
8 | | -<!-- If you can, add the appropriate labels --> |
| 7 | +## Why |
9 | 8 |
|
10 | | -#### Accessibility |
| 9 | +<!-- Describe the reason for your changes. This will help the reviewer and future readers get additional context --> |
11 | 10 |
|
12 | | -<!-- If you've changed or added any interactions, check off the appropriate items below. You can delete any that don't apply. Use this space to elaborate on anything if needed. --> |
13 | | - |
14 | | -- [ ] I've tested using only a keyboard (no mouse) |
15 | | -- [ ] I've tested using a screen reader |
16 | | -- [ ] All animations respect [`prefers-reduced-motion`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) |
17 | | -- [ ] All text has [at least a 4.5 color contrast with its background](https://webaim.org/resources/contrastchecker/) |
18 | | - |
19 | | -#### Other Checks |
20 | | - |
21 | | -- [ ] This PR has either a `[type]` label or a `[skip-changelog]` label. |
22 | | -- [ ] This PR adds/removes a feature flag & I've updated [this doc](https://github.com/woocommerce/woocommerce-blocks/blob/trunk/docs/internal-developers/blocks/feature-flags-and-experimental-interfaces.md). |
23 | | -- [ ] This PR adds/removes an experimental interfaces and I've updated [this doc](https://github.com/woocommerce/woocommerce-blocks/blob/trunk/docs/internal-developers/blocks/feature-flags-and-experimental-interfaces.md). |
24 | | -- [ ] I tagged two reviewers because this PR makes queries to the database or I think it might have some security impact. |
25 | | - |
26 | | -### Screenshots |
27 | | - |
28 | | -<!-- If your change has a visual component, add a screenshot here. A "before" screenshot would also be helpful. --> |
29 | | - |
30 | | -| Before | After | |
31 | | -| ------ | ----- | |
32 | | -| | | |
33 | | - |
34 | | -### Testing |
35 | | - |
36 | | -#### Automated Tests |
37 | | -* [ ] Changes in this PR are covered by Automated Tests. |
38 | | - * [ ] Unit tests |
39 | | - * [ ] E2E tests |
40 | | - |
41 | | -#### User Facing Testing |
| 11 | +## Testing Instructions |
42 | 12 |
|
43 | 13 | <!-- Write these steps from the perspective of a "user" (merchant) familiar with WooCommerce. No need to spell out the steps for common setup scenarios (eg. "Create a product"), but do be specific about the thing being tested. Include screenshots demonstrating expectations where that will be helpful. --> |
44 | 14 |
|
| 15 | +_Please consider any edge cases this change may have, and also other areas of the product this may impact._ |
| 16 | + |
45 | 17 | 1. |
46 | 18 | 2. |
47 | 19 | 3. |
48 | 20 |
|
49 | 21 | * [ ] Do not include in the Testing Notes <!-- Check this box if this PR can't be tested (ie: it makes changes to tests, coding standards, docblocks, etc.). --> |
50 | 22 | * [ ] Should be tested by the development team exclusively <!-- Check this box if this PR should be tested by the development team exclusively (ie: it doesn't include user-facing changes or it can't be tested without manually modifying the code). --> |
51 | 23 |
|
52 | | -### WooCommerce Visibility |
| 24 | +## Screenshots or screencast |
| 25 | + |
| 26 | +<!-- Any screenshots of UI changes will be helpful to include here. Leave blank if not applicable. --> |
| 27 | + |
| 28 | +| Before | After | |
| 29 | +| ------ | ----- | |
| 30 | +| | | |
53 | 31 |
|
54 | | -<!-- Check this [this doc](../docs/blocks/feature-flags-and-experimental-interfaces.md) to see if the change is visible in WC core or not (part of the feature plugin or experimental)--> |
| 32 | +## WooCommerce Visibility |
| 33 | + |
| 34 | +<!-- Check this documentation link (../docs/blocks/feature-flags-and-experimental-interfaces.md) to see if the change is visible in WooCommerce core, part of the feature plugin, or experimental. --> |
| 35 | +Required: |
55 | 36 |
|
56 | 37 | * [ ] WooCommerce Core |
57 | 38 | * [ ] Feature plugin |
58 | 39 | * [ ] Experimental |
| 40 | +* [ ] N/A |
| 41 | + |
| 42 | +## Checklist |
59 | 43 |
|
60 | | -### Performance Impact |
| 44 | +Required: |
| 45 | +* [ ] This PR has either a `[type]` label or a `[skip-changelog]` label. |
| 46 | +* [ ] This PR is assigned to a milestone. |
61 | 47 |
|
62 | | -<!-- Please document any known performance impact (positive or negative) here. If negative, provide some rationale for why this is an okay tradeoff or how this will be addressed. --> |
| 48 | +Conditional: |
| 49 | +* [ ] This PR has a changelog description (if `[skip-changelog]` label is not present). |
| 50 | +* [ ] This PR adds/removes a feature flag & I've updated [this doc](https://github.com/woocommerce/woocommerce-blocks/blob/trunk/docs/internal-developers/blocks/feature-flags-and-experimental-interfaces.md). |
| 51 | +* [ ] This PR adds/removes an experimental interfaces, and I've updated [this doc](https://github.com/woocommerce/woocommerce-blocks/blob/trunk/docs/internal-developers/blocks/feature-flags-and-experimental-interfaces.md). |
| 52 | +* [ ] This PR has been accessibility tested. |
| 53 | +* [ ] This PR has had any necessary documentation added/updated. |
63 | 54 |
|
64 | | -### Changelog |
| 55 | +## Changelog |
| 56 | +<!-- Provide a brief, descriptive summary of the changes in this PR. Include potential impacts on different parts of the product. Example: "Updated the checkout process to streamline the experience for users and reduce the number of steps." --> |
65 | 57 |
|
66 | 58 | > Add suggested changelog entry here. |
0 commit comments