1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:20:04 +08:00

docs(feedback): disable github issue

This commit is contained in:
wsdjeg 2022-05-28 14:12:25 +08:00
parent a74e5baefa
commit 29806fc75e
3 changed files with 10 additions and 45 deletions

View File

@ -13,34 +13,24 @@ lang: zh
- [资讯订阅](#资讯订阅) - [资讯订阅](#资讯订阅)
- [问题反馈](#问题反馈) - [问题反馈](#问题反馈)
- [即时聊天](#即时聊天) - [即时聊天](#即时聊天)
- [邮件列表](#邮件列表)
<!-- vim-markdown-toc --> <!-- vim-markdown-toc -->
## 资讯订阅 ## 资讯订阅
最新的版本发布、新功能增加会通过微博、Twitter 或者 Facebook 进行推送,欢迎订阅: 最新的版本发布、新功能增加会通过 Twitter 进行推送,欢迎订阅:
- <i class="fab fa-twitter"></i> [twitter](https://twitter.com/SpaceVim) - <i class="fab fa-twitter"></i> [twitter](https://twitter.com/SpaceVim)
- <i class="fab fa-facebook"></i> [Facebook](https://www.facebook.com/SpaceVim)
## 问题反馈 ## 问题反馈
在正常使用 SpaceVim 时,如果遇到 Bug 或者有新的特性需求可以通过 Github 或者码云的问题列表来提交。 在正常使用 SpaceVim 时,如果遇到 Bug 或者有新的特性需求可以发送邮件至:
- [码云](https://gitee.com/spacevim/SpaceVim/issues) -(中文) [spacevim-cn@googlegroups.com](mailto:spacevim-cn@googlegroups.com)
- [GitHub](https://github.com/SpaceVim/SpaceVim) -(英文)
如需订阅该邮件组,可以发送任意邮件至:[spacevim+subscribe@googlegroups.com](mailto:spacevim+subscribe@googlegroups.com)
## 即时聊天 ## 即时聊天
- <i class="fab fa-gitter"></i> [`SpaceVim/cn` Gitter 聊天室](https://gitter.im/SpaceVim/cn) - <i class="fab fa-gitter"></i> [`SpaceVim/cn` Gitter 聊天室](https://gitter.im/SpaceVim/cn)
## 邮件列表
习惯使用邮件的用户,也可以通过[中文邮件组](https://groups.google.com/forum/#!forum/spacevim-cn)进行交流,
可以发送邮件至邮件列表参与讨论:
```
spacevim-cn@googlegroups.com
```

View File

@ -11,47 +11,22 @@ description: "A list of SpaceVim's public channels, All messages are bridged bet
- [News](#news) - [News](#news)
- [Feedback](#feedback) - [Feedback](#feedback)
- [Chat](#chat) - [Chat](#chat)
- [Forum](#forum)
- [Mailing list](#mailing-list)
- [Others](#others)
<!-- vim-markdown-toc --> <!-- vim-markdown-toc -->
## News ## News
The news about spacevim will be post on twitter or facebook, feel free to follow them: The news about spacevim will be post on twitter, feel free to follow them:
- <i class="fab fa-twitter"></i> [Twitter](https://twitter.com/SpaceVim) - <i class="fab fa-twitter"></i> [Twitter](https://twitter.com/SpaceVim)
- <i class="fab fa-facebook"></i> [Facebook](https://www.facebook.com/SpaceVim)
## Feedback ## Feedback
If you run into a bug or want a new feature. If you run into a bug or want a new feature.
Please use the [issue tracker](https://github.com/SpaceVim/SpaceVim/issues) Please send email to the mailing list to report any bugs or file feature requests.
to report any bugs or file feature requests.
[spacevim@googlegroups.com](mailto:spacevim@googlegroups.com)
## Chat ## Chat
- <i class="fab fa-gitter"></i> [`SpaceVim/SpaceVim` on Gitter](https://gitter.im/SpaceVim/SpaceVim) - <i class="fab fa-gitter"></i> [`SpaceVim/SpaceVim` on Gitter](https://gitter.im/SpaceVim/SpaceVim)
## Forum
If you have something you'd like to share, or a question you'd like to discuss in depth, use the following forums:
- [Reddit channel](https://reddit.com/r/spacevim)
- [Facebook group](https://www.facebook.com/groups/spacevim)
## Mailing list
Users who are accustomed to using email can also communicate with each other through the [google mailing list](https://groups.google.com/forum/#!forum/spacevim).
They can send email to the mailing list to participate in the discussion.
```
spacevim@googlegroups.com
```
## Others
- <i class="fab fa-github"></i> [GitHub](https://github.com/SpaceVim/SpaceVim)
- <i class="fab fa-youtube"></i> [YouTube](https://www.youtube.com/channel/UC-3q4dVFS7gBpxhrON1WxIA)
- <i class="fab fa-product-hunt"></i> [Product Hunt](https://www.producthunt.com/posts/spacevim)

View File

@ -63,7 +63,7 @@ If you got a vimproc error like this:
``` ```
Please read `:help vimproc` and make it, you may need to install make (from `build-essential`) Please read `:help vimproc` and make it, you may need to install make (from `build-essential`)
and a C compiler (like `gcc`) to build the dll (see issue [#435](https://github.com/SpaceVim/SpaceVim/issues/435) and [#544](https://github.com/SpaceVim/SpaceVim/issues/544)). and a C compiler (like `gcc`) to build the dll.
### Windows ### Windows