mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-19 12:57:16 +00:00
Add "Getting Help" guide
This commit is contained in:
parent
082b3caf36
commit
1ccf003487
@ -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)
|
||||
|
||||

|
||||
|
||||
|
13
SUPPORT.md
Normal file
13
SUPPORT.md
Normal 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).
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user