From 5d1cf9ebd4a67205ddd34a03f307f72ed425aa2e Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Sun, 10 Mar 2024 12:18:27 +0800 Subject: [PATCH] chore: switch from Gitter to Discord --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yaml | 2 +- .github/ISSUE_TEMPLATE/question.yaml | 2 +- README.md | 3 ++- README_ZH.md | 3 ++- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 6d4b0676c..0aba7465a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -11,7 +11,7 @@ body: value: | ## Before you go any further - Please read [*How To Ask Questions The Smart Way*](http://www.catb.org/~esr/faqs/smart-questions.html) ( Chinese translation: [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md)) before you file an issue formally. - - Keep in mind that there is always welcome to ask questions on [Gitter](https://gitter.im/gnet-io/gnet). + - Keep in mind that there is always welcome to ask questions on [Discord](https://discord.gg/UyKD7NZcfH). - First of all, visit our [website](https://gnet.host) and [Github Org](https://github.com/gnet-io) for docs and examples. - type: checkboxes id: checklist diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 34e4ed427..8a7342610 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -11,7 +11,7 @@ body: value: | ## Before you go any further - Please read [*How To Ask Questions The Smart Way*](http://www.catb.org/~esr/faqs/smart-questions.html) ( Chinese translation: [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md)) before you file an issue formally. - - Keep in mind that there is always welcome to ask questions on [Gitter](https://gitter.im/gnet-io/gnet). + - Keep in mind that there is always welcome to ask questions on [Discord](https://discord.gg/UyKD7NZcfH). - First of all, visit our [website](https://gnet.host) and [Github Org](https://github.com/gnet-io) for docs and examples. - type: textarea id: feature-request diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml index b6fc4e0d8..15472f7b7 100644 --- a/.github/ISSUE_TEMPLATE/question.yaml +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -9,7 +9,7 @@ body: value: | ## Before you go any further - Please read [*How To Ask Questions The Smart Way*](http://www.catb.org/~esr/faqs/smart-questions.html) ( Chinese translation: [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md)) before you file an issue formally. - - Keep in mind that there is always welcome to ask questions on [Gitter](https://gitter.im/gnet-io/gnet). + - Keep in mind that there is always welcome to ask questions on [Discord](https://discord.gg/UyKD7NZcfH). - First of all, visit our [website](https://gnet.host) and [Github Org](https://github.com/gnet-io) for docs and examples. - Make sure what you're looking for here is an issue rather than a [discussion](https://github.com/panjf2000/gnet/discussions/new/choose). - type: checkboxes diff --git a/README.md b/README.md index 2fe4f870f..492d5a6cb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@
- @@ -16,6 +15,8 @@ English | [中文](README_ZH.md) +### 🎉🎉🎉 Feel free to join [the channels about `gnet` on the Discord Server](https://discord.gg/UyKD7NZcfH). + # 📖 Introduction `gnet` is an event-driven networking framework that is ultra-fast and lightweight. It is built from scratch by exploiting [epoll](https://man7.org/linux/man-pages/man7/epoll.7.html) and [kqueue](https://en.wikipedia.org/wiki/Kqueue) and it can achieve much higher performance with lower memory consumption than Go [net](https://golang.org/pkg/net/) in many specific scenarios. diff --git a/README_ZH.md b/README_ZH.md index 2bf6f984e..bc2a1af12 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -6,7 +6,6 @@
- @@ -16,6 +15,8 @@ [英文](README.md) | 中文 +### 🎉🎉🎉 欢迎加入 `gnet` 在 [Discord 服务器上的频道](https://discord.gg/UyKD7NZcfH). + # 📖 简介 `gnet` 是一个基于事件驱动的高性能和轻量级网络框架。这个框架是基于 [epoll](https://en.wikipedia.org/wiki/Epoll) 和 [kqueue](https://en.wikipedia.org/wiki/Kqueue) 从零开发的,而且相比 Go [net](https://golang.org/pkg/net/),它能以更低的内存占用实现更高的性能。