diff --git a/.travis.yml b/.travis.yml index 14d9ce41..f0f12da7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,9 +67,3 @@ deploy: notifications: email: false - webhooks: - urls: - - https://webhooks.gitter.im/e/0a019c8b9828eb9f6a72 - on_success: change - on_failure: always - on_start: never diff --git a/README.md b/README.md index 65c729e0..048ea86d 100644 --- a/README.md +++ b/README.md @@ -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) [![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) -[![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) *** diff --git a/SUPPORT.md b/SUPPORT.md index 7c731696..97aedb45 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -4,12 +4,13 @@ Getting help with Etcher 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. -Gitter +Forums ------ -We have a [Gitter chat room][gitter] for Etcher which is open to everyone, -please come join us :). Drop us a line there and the resin.io staff and -community users will be happy to assist. +We have a [Discourse forum][discourse] which is open to everyone, so please +come join us :). Drop us a line there and the resin.io staff and community +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 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 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 [new-issue]: https://github.com/resin-io/etcher/issues/new diff --git a/appveyor.yml b/appveyor.yml index b3d4576c..760dec4f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,11 +48,3 @@ test_script: deploy_script: - 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 diff --git a/docs/PUBLISHING.md b/docs/PUBLISHING.md index 0746e256..c405256d 100644 --- a/docs/PUBLISHING.md +++ b/docs/PUBLISHING.md @@ -143,8 +143,7 @@ Publishing to Homebrew Cask Announcing ---------- -Post messages to the [Etcher forum][resin-forum-etcher] and -[Etcher gitter channel][gitter-etcher] announcing the new version +Post messages to the [Etcher forum][resin-forum-etcher] announcing the new version of Etcher, and including the relevant section of the Changelog. [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 [homebrew-cask]: https://github.com/caskroom/homebrew-cask [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 diff --git a/lib/cli/options.js b/lib/cli/options.js index 8c2a2682..2df0c808 100644 --- a/lib/cli/options.js +++ b/lib/cli/options.js @@ -75,7 +75,7 @@ module.exports = yargs 'If you need help, don\'t hesitate in contacting us at:', '', ' 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')) // Examples