diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e77ffb3a..feb1ed68 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,6 +23,9 @@ Following points are very helpful to understand the problem. * OS * Mattermost version +## Feature idea +Please see http://www.mattermost.org/feature-requests/ . + ## Pull request PR is welcome. Thank you for your great works! diff --git a/README.md b/README.md index 8da49338..2a330d56 100644 --- a/README.md +++ b/README.md @@ -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. @@ -72,3 +72,6 @@ $ npm run package:osx (Requires OS X or Linux) $ npm run package:linux $ npm run package:all (Packages for all platform) ``` + +## Contributing +Please see [CONTRIBUTING.md](./CONTRIBUTING.md).