Introduce the Feature Idea forum

This commit is contained in:
Yuya Ochiai 2016-03-12 00:22:06 +09:00
parent 80694814ee
commit 1c4289ef35
2 changed files with 7 additions and 1 deletions

View file

@ -23,6 +23,9 @@ Following points are very helpful to understand the problem.
* OS * OS
* Mattermost version * Mattermost version
## Feature idea
Please see http://www.mattermost.org/feature-requests/ .
## Pull request ## Pull request
PR is welcome. Thank you for your great works! PR is welcome. Thank you for your great works!

View file

@ -1,4 +1,4 @@
# Mattermost Desktop (beta) # Mattermost Desktop (beta)
Native desktop application for [Mattermost](http://www.mattermost.org/) running on Windows, Mac and Linux. Native desktop application for [Mattermost](http://www.mattermost.org/) running on Windows, Mac and Linux.
@ -72,3 +72,6 @@ $ npm run package:osx (Requires OS X or Linux)
$ npm run package:linux $ npm run package:linux
$ npm run package:all (Packages for all platform) $ npm run package:all (Packages for all platform)
``` ```
## Contributing
Please see [CONTRIBUTING.md](./CONTRIBUTING.md).