Thank you for your interest in contributing! Please see the guidelines below before contributing and join our "Desktop App" community channel to ask questions from community members and the Mattermost core team.
Thank you for feedback. When you report a problem, please pay attention to following points.
Mattermost Desktop is based on Electron, which integrates the Chrome engine within a standalone application. If the problem you encounter can be reproduced on web browsers, it may be an issue with Mattermost server (or Chrome).
It's available as Ctrl(Command) + Shift + R
.
Some layout problems are caused by browser cache.
Especially, this kind of issue might happen when you have updated Mattermost server.
Detailed information is very helpful to understand the problem.
For example:
- How to reproduce, step-by-step
- Expected behavior (or what is wrong)
- Screenshots (for GUI issues)
- Application version
- Operating system
- Mattermost server version
Please see http://www.mattermost.org/feature-requests/ .
Pull requests are welcome. Thank you for your great work!
- When you edit the code, please confirm
npm test
successfully finishes. - Please update
docs/*.md
if it's necessary. - 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
- Please complete the Mattermost CLA prior to submitting a PR.