Add "Getting Help" guide

This commit is contained in:
Juan Cruz Viotti 2016-03-10 12:58:55 -04:00
parent 082b3caf36
commit 1ccf003487
3 changed files with 15 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Etcher
***
[**Download**](http://etcher.io) | [**Support**](https://github.com/resin-io/etcher/issues/new) | [**Contributing**](https://github.com/resin-io/etcher/blob/master/CONTRIBUTING.md) | [**CLI**](https://github.com/resin-io/etcher-cli)
[**Download**](http://etcher.io) | [**Support**](https://github.com/resin-io/etcher/blob/master/SUPPORT.md) | [**Contributing**](https://github.com/resin-io/etcher/blob/master/CONTRIBUTING.md) | [**CLI**](https://github.com/resin-io/etcher-cli)
![Etcher](https://raw.githubusercontent.com/resin-io/etcher/master/screenshot.png)

13
SUPPORT.md Normal file
View File

@ -0,0 +1,13 @@
Getting help with Etcher
========================
There are various ways get support for Etcher if you experience an issue or have an idea you'd like to share with us.
Gitter
------
We have a [Gitter chat room](https://gitter.im/resin-io/chat) for Resin.io which is open to everyone, please come join us :). The room covers Resin.io as a whole, including but not limited to Etcher. Drop us a line there and the Resin.io staff and community users will be happy to assist.
GitHub
------
If you encounter an issue or have a suggestion, head on over to Etcher's [issue tracker](https://github.com/resin-io/etcher/issues) and if there isn't a ticket covering it, [create one](https://github.com/resin-io/etcher/issues/new).

View File

@ -26,7 +26,7 @@
</head>
<body ng-app="Etcher" style="display: none">
<header class="section-header" ng-controller="NavigationController as navigation">
<button class="btn btn-link" ng-click="navigation.open('https://github.com/resin-io/etcher/issues/new')">
<button class="btn btn-link" ng-click="navigation.open('https://github.com/resin-io/etcher/blob/master/SUPPORT.md')">
<span class="glyphicon glyphicon-question-sign"></span> Need Help?
</button>