summaryrefslogtreecommitdiffstats
path: root/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2016-10-17 10:43:04 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-10-17 10:43:04 -0400
commit6cb0652c3dc123215ff7ec5f5882e8ca8d170693 (patch)
tree37628424e22ac8c8a889bda4dc1c45a4cd7495f4 /PULL_REQUEST_TEMPLATE.md
parent3660f78733234ce7a8d477b7c043071af500259e (diff)
downloadchat-6cb0652c3dc123215ff7ec5f5882e8ca8d170693.tar.gz
chat-6cb0652c3dc123215ff7ec5f5882e8ca8d170693.tar.bz2
chat-6cb0652c3dc123215ff7ec5f5882e8ca8d170693.zip
Specify which localization files need to be updated in PRs (#4234)
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
-rw-r--r--PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index 9d501f05b..db18331f8 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -15,5 +15,5 @@ When filling in a section please remove the help text and the above text.
- [ ] All new/modified APIs include changes to the drivers
- [ ] Has enterprise changes (please link)
- [ ] Has UI changes
-- [ ] Includes text changes and localization files updated
+- [ ] Includes text changes and localization file ([.../i18n/en.json](https://github.com/mattermost/platform/blob/master/i18n/en.json) and [.../webapp/i18n/en.json](https://github.com/mattermost/platform/tree/master/webapp/i18n/en.json)) updates
- [ ] Touches critical sections of the codebase (auth, upgrade, etc.)