saleor-dashboard/.github/PULL_REQUEST_TEMPLATE.md
2019-08-12 11:54:12 +02:00

19 lines
658 B
Markdown

I want to merge this change because...
<!-- Please mention all relevant issue numbers. -->
### Screenshots
<!-- If your changes affect the UI, providing "before" and "after" screenshots will
greatly reduce the amount of work needed to review your work. -->
### Pull Request Checklist
<!-- Please keep this section. It will make maintainer's life easier. -->
1. [ ] All visible strings are translated with proper context.
1. [ ] All data-formatting is locale-aware (dates, numbers, and so on).
1. [ ] Number of API calls is optimized.
1. [ ] The changes are tested.
1. [ ] Type definitions are up to date.
1. [ ] Changes are mentioned in the changelog.