summaryrefslogtreecommitdiffstats
path: root/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorJesse Hallam <jesse.hallam@gmail.com>2018-03-27 15:18:57 -0400
committerJoram Wilander <jwawilander@gmail.com>2018-03-27 15:18:57 -0400
commit2af4c7e6496d4c5192fedf5001817f6f1eb3664b (patch)
treed5beea69fd13b9f85d4b7d0f7f16c82fe6695d59 /PULL_REQUEST_TEMPLATE.md
parente40b7f6b318f1e31ca5fe34cf07193249f728a5e (diff)
downloadchat-2af4c7e6496d4c5192fedf5001817f6f1eb3664b.tar.gz
chat-2af4c7e6496d4c5192fedf5001817f6f1eb3664b.tar.bz2
chat-2af4c7e6496d4c5192fedf5001817f6f1eb3664b.zip
fix typo in the pull request template (#8521)
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 085b2d142..32a5e5a95 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/mattermost-server/blob/master/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.)