From 3ef1d888cc2a4bcd48fc7eda222a498698569004 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Fri, 1 Jul 2016 01:00:11 +0900 Subject: [PATCH 1/2] Add request to update CHANGELOG.md and docs/*.md --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 709c4665..3fe99f64 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,8 +31,9 @@ Please see http://www.mattermost.org/feature-requests/ . Pull requests are welcome. Thank you for your great work! 1. When you edit the code, please run `npm run prettify` to format your code before `git commit`. -2. In the description of your pull request, please include: +2. Please update `CHANGELOG.md` and `docs/*.md` if it's necessary. +3. In the description of your pull request, please include: * Operating System version on which you tested * Mattermost server version on which you tested * New or updated unit tests for your changes -3. Please complete the [Mattermost CLA](http://www.mattermost.org/mattermost-contributor-agreement/) prior to submitting a PR. +4. Please complete the [Mattermost CLA](http://www.mattermost.org/mattermost-contributor-agreement/) prior to submitting a PR. From d1691f6f737d01c63d5d8e39c14399a36a6caf55 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Sun, 3 Jul 2016 22:39:48 +0900 Subject: [PATCH 2/2] Update CHANGELOG.md for #169 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65376a99..9ff131b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ #### Windows - Fixed the pixelated app icon on the top left of the window. - Fixed the blurred tray icon. +- Fixed that the redundant description appears in the pinned start menu on Windows 7. #### OS X - Fixed that two icons appear on a notification.