mattermost-desktop/CONTRIBUTING.md

30 lines
915 B
Markdown
Raw Normal View History

2016-01-18 04:53:10 -08:00
# Contributing Guidelines
Thank you for your contributing! My requirements are few things. Please read them.
## Issue
Thank you for feedback. When you report a problem, please pay attention to fowllowing points.
### Does it happen on web browsers? (especially Chrome)
electron-mattermost is based on Electron. It integrates Chrome as a browser window. If the problem appears on web browsers, it may be the issue for Mattermost (or Chrome).
### Write detailed information
Following points are important to understand the problem.
* electron-mattermost version
* OS
* Mattermost version
* Expected behavior (or what is wrong)
* How to reproduce, step-by-step
## Pull request
PR is welcome.
When you edit the code, please run `npm run prettify` before your `git commit`.
Codes will be formatted.
Then, such as following points are helpful.
* Tested OS
* Tested Mattermost version
* Test codes for your changes