Update PR template
This commit is contained in:
parent
de27d0cfa7
commit
ad9baab8b9
1 changed files with 1 additions and 0 deletions
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -13,6 +13,7 @@ greatly reduce the amount of work needed to review your work. -->
|
||||||
|
|
||||||
1. [ ] All visible strings are translated with proper context.
|
1. [ ] All visible strings are translated with proper context.
|
||||||
1. [ ] All data-formatting is locale-aware (dates, numbers, and so on).
|
1. [ ] All data-formatting is locale-aware (dates, numbers, and so on).
|
||||||
|
1. [ ] Translated strings are extracted to `.pot` file.
|
||||||
1. [ ] Number of API calls is optimized.
|
1. [ ] Number of API calls is optimized.
|
||||||
1. [ ] The changes are tested.
|
1. [ ] The changes are tested.
|
||||||
1. [ ] Type definitions are up to date.
|
1. [ ] Type definitions are up to date.
|
||||||
|
|
Loading…
Reference in a new issue