From 1fdc7691d787f7a224fa7f6b1075a35ecace3d27 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Mon, 18 Jan 2016 21:53:10 +0900 Subject: [PATCH] Add CONTRIBUTING.md --- CONTRIBUTING.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..ad8293a5 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,29 @@ +# 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