mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 23:37:18 +00:00
chore: point to the new Gitter channel (#555)
We've created a new Gitter channel specifically for Etcher. Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
eb3ffbfd30
commit
c52addb13f
@ -35,7 +35,7 @@ notifications:
|
||||
email: false
|
||||
webhooks:
|
||||
urls:
|
||||
- https://webhooks.gitter.im/e/8b150eaf525c280ec2ac
|
||||
- https://webhooks.gitter.im/e/0a019c8b9828eb9f6a72
|
||||
on_success: change
|
||||
on_failure: always
|
||||
on_start: never
|
||||
|
@ -9,7 +9,7 @@ Etcher is a powerful OS image flasher built with web technologies to ensure flas
|
||||
[](http://commitizen.github.io/cz-cli/)
|
||||
[](https://travis-ci.org/resin-io/etcher)
|
||||
[](https://ci.appveyor.com/project/resin-io/etcher/branch/master)
|
||||
[](https://gitter.im/resin-io/chat)
|
||||
[](https://gitter.im/resin-io/etcher?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||
[](https://waffle.io/resin-io/etcher)
|
||||
|
||||
***
|
||||
|
@ -5,7 +5,7 @@ There are various ways get support for Etcher if you experience an issue or have
|
||||
|
||||
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.
|
||||
We have a [Gitter chat room](https://gitter.im/resin-io/etcher) 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
|
||||
------
|
||||
|
@ -36,7 +36,7 @@ test_script:
|
||||
notifications:
|
||||
|
||||
- provider: Webhook
|
||||
url: https://webhooks.gitter.im/e/3d5ed28fa9ae4c25f46f
|
||||
url: https://webhooks.gitter.im/e/0becb34b32e20d389bb8
|
||||
on_build_success: false
|
||||
on_build_failure: true
|
||||
on_build_status_changed: true
|
||||
|
@ -44,7 +44,7 @@ module.exports = yargs
|
||||
'If you need help, don\'t hesitate in contacting us at:',
|
||||
'',
|
||||
' GitHub: https://github.com/resin-io/etcher-cli/issues/new',
|
||||
' Gitter: https://gitter.im/resin-io/chat'
|
||||
' Gitter: https://gitter.im/resin-io/etcher'
|
||||
].join('\n'))
|
||||
|
||||
// Examples
|
||||
|
Loading…
x
Reference in New Issue
Block a user