woocommerce/plugins/woocommerce-blocks/.github/pull_request_template.md

58 lines
2.0 KiB
Markdown
Raw Normal View History

2018-11-12 22:58:55 +00:00
<!-- Start by describing the changes made in this Pull Request, and the reason for such changes. -->
<!-- Reference any related issues or PRs here -->
Fixes #
<!-- Don't forget to update the title with something descriptive. -->
<!-- If your pull request implements a feature flag, make sure you update [this doc](../docs/blocks/features-and-blocks-behind-a-flag.md) -->
2018-11-12 22:58:55 +00:00
#### Accessibility
<!-- 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. -->
- [ ] I've tested using only a keyboard (no mouse)
- [ ] I've tested using a screen reader
- [ ] All animations respect [`prefers-reduced-motion`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion)
- [ ] All text has [at least a 4.5 color contrast with its background](https://webaim.org/resources/contrastchecker/)
#### Other Checks
- [ ] I've updated [this doc](../docs/blocks/feature-flags-and-experimental-interfaces.md) for any feature flags or experimental interfaces implemented in this pull request.
- [ ] I tagged two reviewers because this PR makes queries to the database or I think it might have some security impact.
2018-11-12 22:58:55 +00:00
### Screenshots
<!-- If your change has a visual component, add a screenshot here. A "before" screenshot would also be helpful. -->
### Testing
#### Automated Tests
* [ ] Changes in this PR are covered by Automated Tests.
* [ ] Unit tests
* [ ] E2E tests
### Manual Testing
How to test the changes in this Pull Request:
2018-11-12 22:58:55 +00:00
1.
2.
3.
### User Facing Testing
These are steps for user testing (where "user" is someone interacting with this change that is not editing any code).
* [ ] Same as above, or
* [ ] See steps below.
2018-11-12 22:58:55 +00:00
1.
2.
3.
<!-- If you can, add the appropriate labels -->
2019-07-01 11:01:45 +00:00
### Performance Impact
<!-- 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. -->
2019-07-01 11:01:45 +00:00
### Changelog
> Add suggested changelog entry here.