summaryrefslogtreecommitdiffstats
path: root/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2017-09-20 10:40:09 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-09-20 10:40:09 -0400
commit3a80225d617fa273d92613756aca8889e1466eb1 (patch)
tree98b8151b3ecd9601cbad96a6ad94683972e7de27 /PULL_REQUEST_TEMPLATE.md
parentc3916bb5305b11068ff8a9a754e39f12e33ebcc0 (diff)
downloadchat-3a80225d617fa273d92613756aca8889e1466eb1.tar.gz
chat-3a80225d617fa273d92613756aca8889e1466eb1.tar.bz2
chat-3a80225d617fa273d92613756aca8889e1466eb1.zip
Remove reference to webapp i18n file changes (#7401)
* Remove reference to webapp i18n file changes * Update PULL_REQUEST_TEMPLATE.md
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 db18331f8..085b2d142 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 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
+- [ ] Includes text changes and localization file ([.../i18n/en.json](https://github.com/mattermost/mattermost-server/blob/master/i18n/en.json) updates
- [ ] Touches critical sections of the codebase (auth, upgrade, etc.)