mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
Merge pull request #2134 from resin-io/support-forums
docs: point users to forums instead of Gitter
This commit is contained in:
commit
4be22e9ece
@ -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
|
||||
|
@ -13,7 +13,7 @@ was written correctly and much more.
|
||||
[](https://travis-ci.org/resin-io/etcher/branches)
|
||||
[](https://ci.appveyor.com/project/resin-io/etcher/branch/master)
|
||||
[](https://david-dm.org/resin-io/etcher)
|
||||
[](https://gitter.im/resin-io/etcher)
|
||||
[](https://forums.resin.io/c/etcher)
|
||||
[](https://waffle.io/resin-io/etcher)
|
||||
|
||||
***
|
||||
|
11
SUPPORT.md
11
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user