saleor-dashboard/.github/PULL_REQUEST_TEMPLATE.md
Krzysztof Wolski 6ae224e801
Mention feature branch name in PR template
Often we are missing this key info.
2020-04-21 17:28:02 +02:00

788 B

I want to merge this change because...

PR intended to be tested with API branch:

Screenshots

Pull Request Checklist

  1. All visible strings are translated with proper context.
  2. All data-formatting is locale-aware (dates, numbers, and so on).
  3. Translated strings are extracted.
  4. Number of API calls is optimized.
  5. The changes are tested.
  6. Type definitions are up to date.
  7. Changes are mentioned in the changelog.