Merge pull request #2134 from resin-io/support-forums

docs: point users to forums instead of Gitter
This commit is contained in:
Jonas Hermsmeier 2018-03-26 15:26:42 +02:00 committed by GitHub
commit 4be22e9ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 24 deletions

View File

@ -67,9 +67,3 @@ deploy:
notifications: notifications:
email: false email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/0a019c8b9828eb9f6a72
on_success: change
on_failure: always
on_start: never

View File

@ -13,7 +13,7 @@ was written correctly and much more.
[![Travis CI status](https://img.shields.io/travis/resin-io/etcher/master.svg?style=flat-square&label=linux%20|%20mac)](https://travis-ci.org/resin-io/etcher/branches) [![Travis CI status](https://img.shields.io/travis/resin-io/etcher/master.svg?style=flat-square&label=linux%20|%20mac)](https://travis-ci.org/resin-io/etcher/branches)
[![AppVeyor status](https://img.shields.io/appveyor/ci/resin-io/etcher/master.svg?style=flat-square&label=windows)](https://ci.appveyor.com/project/resin-io/etcher/branch/master) [![AppVeyor status](https://img.shields.io/appveyor/ci/resin-io/etcher/master.svg?style=flat-square&label=windows)](https://ci.appveyor.com/project/resin-io/etcher/branch/master)
[![Dependency status](https://img.shields.io/david/resin-io/etcher.svg?style=flat-square)](https://david-dm.org/resin-io/etcher) [![Dependency status](https://img.shields.io/david/resin-io/etcher.svg?style=flat-square)](https://david-dm.org/resin-io/etcher)
[![Gitter Chat](https://img.shields.io/gitter/room/resin-io/etcher.svg?style=flat-square)](https://gitter.im/resin-io/etcher) [![Resin.io Forums](https://img.shields.io/discourse/https/forums.resin.io/topics.svg?style=flat-square&label=resin.io%20forums)](https://forums.resin.io/c/etcher)
[![Stories in Progress](https://img.shields.io/waffle/label/resin-io/etcher/in%20progress.svg?style=flat-square)](https://waffle.io/resin-io/etcher) [![Stories in Progress](https://img.shields.io/waffle/label/resin-io/etcher/in%20progress.svg?style=flat-square)](https://waffle.io/resin-io/etcher)
*** ***

View File

@ -4,12 +4,13 @@ Getting help with Etcher
There are various ways to get support for Etcher if you experience an issue or There are various ways to get support for Etcher if you experience an issue or
have an idea you'd like to share with us. have an idea you'd like to share with us.
Gitter Forums
------ ------
We have a [Gitter chat room][gitter] for Etcher which is open to everyone, We have a [Discourse forum][discourse] which is open to everyone, so please
please come join us :). Drop us a line there and the resin.io staff and come join us :). Drop us a line there and the resin.io staff and community
community users will be happy to assist. users will be happy to assist. Your question might already be answered, so take
a look at the existing threads before opening a new one!
Make sure to mention the following information to help us provide better Make sure to mention the following information to help us provide better
support: support:
@ -28,6 +29,6 @@ If you encounter an issue or have a suggestion, head on over to Etcher's [issue
tracker][issues] and if there isn't a ticket covering it, [create tracker][issues] and if there isn't a ticket covering it, [create
one][new-issue]. one][new-issue].
[gitter]: https://gitter.im/resin-io/etcher [discourse]: https://forums.resin.io/c/etcher
[issues]: https://github.com/resin-io/etcher/issues [issues]: https://github.com/resin-io/etcher/issues
[new-issue]: https://github.com/resin-io/etcher/issues/new [new-issue]: https://github.com/resin-io/etcher/issues/new

View File

@ -48,11 +48,3 @@ test_script:
deploy_script: deploy_script:
- if %APPVEYOR_REPO_BRANCH%==master (bash .\scripts\ci\deploy.sh -o win32 -r %Platform%) - if %APPVEYOR_REPO_BRANCH%==master (bash .\scripts\ci\deploy.sh -o win32 -r %Platform%)
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/0becb34b32e20d389bb8
on_build_success: false
on_build_failure: true
on_build_status_changed: true

View File

@ -143,8 +143,7 @@ Publishing to Homebrew Cask
Announcing Announcing
---------- ----------
Post messages to the [Etcher forum][resin-forum-etcher] and Post messages to the [Etcher forum][resin-forum-etcher] announcing the new version
[Etcher gitter channel][gitter-etcher] announcing the new version
of Etcher, and including the relevant section of the Changelog. of Etcher, and including the relevant section of the Changelog.
[aws-cli]: https://aws.amazon.com/cli [aws-cli]: https://aws.amazon.com/cli
@ -152,5 +151,4 @@ of Etcher, and including the relevant section of the Changelog.
[etcher-cask-file]: https://github.com/caskroom/homebrew-cask/blob/master/Casks/etcher.rb [etcher-cask-file]: https://github.com/caskroom/homebrew-cask/blob/master/Casks/etcher.rb
[homebrew-cask]: https://github.com/caskroom/homebrew-cask [homebrew-cask]: https://github.com/caskroom/homebrew-cask
[resin-forum-etcher]: https://forums.resin.io/c/etcher [resin-forum-etcher]: https://forums.resin.io/c/etcher
[gitter-etcher]: https://gitter.im/resin-io/etcher
[github-releases]: https://github.com/resin-io/etcher/releases [github-releases]: https://github.com/resin-io/etcher/releases

View File

@ -75,7 +75,7 @@ module.exports = yargs
'If you need help, don\'t hesitate in contacting us at:', 'If you need help, don\'t hesitate in contacting us at:',
'', '',
' GitHub: https://github.com/resin-io/etcher/issues/new', ' GitHub: https://github.com/resin-io/etcher/issues/new',
' Gitter: https://gitter.im/resin-io/etcher' ' Forums: https://forums.resin.io/c/etcher'
].join('\n')) ].join('\n'))
// Examples // Examples