Migrate Gitter to Discord #720

This commit is contained in:
proddy
2021-03-04 13:14:17 +01:00
parent aa7cbd83d4
commit 932de61aa7
3 changed files with 6 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ This document describes rules that are in effect for this repository, meant for
1. Opening an issue means that a problem exists in the code and should be addressed by the project contributors. 1. Opening an issue means that a problem exists in the code and should be addressed by the project contributors.
2. When opening an issue, it is required to fill out the presented template. The requested information is important! If the template is ignored or insufficient info about the issue is provided, the issue may be closed. 2. When opening an issue, it is required to fill out the presented template. The requested information is important! If the template is ignored or insufficient info about the issue is provided, the issue may be closed.
3. Questions of type "How do I..." or "Can you please help me with..." or "Can EMS-ESP do..." are better directed to the support channel in Gitter. 3. Questions of type "How do I..." or "Can you please help me with..." or "Can EMS-ESP do..." are better directed to the support channel on Discord.
4. Issues about topics already handled in the documentation will be closed in a similar manner. 4. Issues about topics already handled in the documentation will be closed in a similar manner.
5. Issues for unmerged PRs will be closed. If there is an issue with a PR, the explanation should be added to the PR itself. 5. Issues for unmerged PRs will be closed. If there is an issue with a PR, the explanation should be added to the PR itself.
6. Issues with accompanied investigation that shows the root of the problem should be given priority. 6. Issues with accompanied investigation that shows the root of the problem should be given priority.

View File

@@ -2,11 +2,12 @@
**EMS-ESP** is an open-source firmware for the Espressif microcontroller that communicates with **EMS** (Energy Management System) based equipment from manufacturers like Bosch, Buderus, Nefit, Junkers, Worcester and Sieger. **EMS-ESP** is an open-source firmware for the Espressif microcontroller that communicates with **EMS** (Energy Management System) based equipment from manufacturers like Bosch, Buderus, Nefit, Junkers, Worcester and Sieger.
This is the EMS32 version. This is the ESP32 version.
[![license](https://img.shields.io/github/license/proddy/EMS-ESP.svg)](LICENSE) [![license](https://img.shields.io/github/license/proddy/EMS-ESP.svg)](LICENSE)
[![gitter](https://img.shields.io/gitter/room/EMS-ESP/EMS-ESP.svg)](https://gitter.im/EMS-ESP/community) [![chat](https://img.shields.io/discord/816637840644505620.svg?style=flat-square&color=blueviolet)](https://discord.gg/rqegzSrK)
If you like **EMS-ESP**, please give it a star, or fork it and contribute! If you like **EMS-ESP**, please give it a star, or fork it and contribute!
@@ -64,7 +65,7 @@ If you're looking for support on **EMS-ESP** there are some options available:
### Support Community ### Support Community
* [EMS-ESP Support Chat](https://gitter.im/EMS-ESP/community#): For support, troubleshooting and general questions. You have better chances to get fast answers from members of the community * [Discord Server](https://discord.gg/rqegzSrK): For support, troubleshooting and general questions. You have better chances to get fast answers from members of the community
* [Search in Issues](https://github.com/proddy/EMS-ESP/issues): You might find an answer to your question by searching current or closed issues * [Search in Issues](https://github.com/proddy/EMS-ESP/issues): You might find an answer to your question by searching current or closed issues
### Developer's Community ### Developer's Community

View File

@@ -34,7 +34,7 @@ class EMSESPHelp extends Component {
<CommentIcon /> <CommentIcon />
</ListItemAvatar> </ListItemAvatar>
<ListItemText> <ListItemText>
For live community chat visit our <Link href="https://gitter.im/EMS-ESP/community#" color="primary">{'Gitter'}&nbsp;channel</Link> For live community chat join our <Link href="https://discord.gg/rqegzSrK" color="primary">{'Discord'}&nbsp;server</Link>
</ListItemText> </ListItemText>
</ListItem> </ListItem>