From ce59757cf6a8a9439ec9cd1353c594e4701be29c Mon Sep 17 00:00:00 2001 From: "M.Graczyk" Date: Tue, 28 Jul 2020 11:13:12 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md Added requirement about data-test --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8f975f497..9a5806962 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -18,6 +18,7 @@ greatly reduce the amount of work needed to review your work. --> 1. [ ] Translated strings are extracted. 1. [ ] Number of API calls is optimized. 1. [ ] The changes are tested. +1. [ ] Data-test are added for new elements. 1. [ ] Type definitions are up to date. 1. [ ] Changes are mentioned in the changelog.