From 0b4ce59eb8242127724cf01bfc58314f6f66e4db Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Tue, 21 May 2019 18:37:02 -0700 Subject: [PATCH] Add user Discord server link --- docs/developers/index.md | 22 ++++++++++++++++++++-- docs/index.md | 14 ++++++++------ 2 files changed, 28 insertions(+), 8 deletions(-) diff --git a/docs/developers/index.md b/docs/developers/index.md index 4f6368e..00cd4cc 100644 --- a/docs/developers/index.md +++ b/docs/developers/index.md @@ -1,3 +1,22 @@ +Welcome, XQEMU Developers! +========================== + +Community +--------- +Potential XQEMU developers are encouraged to join the +[XboxDev](https://github.com/XboxDev/XboxDev) community, which focuses on +research & development for the original Xbox. General discussion happens on +the [XboxDev Discord Server](https://discord.gg/WxJPPyz). + +**XQEMU Development Chat:** The project has a dedicated development-centric +IRC channel at `#xqemu` on irc.freenode.net. The XboxDev Discord server has a +`#xqemu` channel as well, and these channels are bridged together. Developers +are free to chat from both IRC and Discord. + +**XQEMU User Chat:** XQEMU user-centric discussion (general, help, +multiplayer, showcase, etc.) takes place on the [XQEMU Discord +Server](https://discord.gg/4aZYj74). + Repository Info --------------- This project is hosted on GitHub at [github.com/xqemu/xqemu](https://github.com/xqemu/xqemu). @@ -10,8 +29,7 @@ Build Status Building From Source Code -------------------- - -For directions on how to build XQEMU from source, please refer [this page](building.md). +For directions on how to build XQEMU from source, please refer to [this page](building.md). Debugging Guest Code -------------------- diff --git a/docs/index.md b/docs/index.md index faf15f1..760bab9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,13 +18,15 @@ GitHub for the current open and active tasks. Check out the [screenshots](/screenshots) to see the current state of things, or [click here](/getting-started) to get started running XQEMU! +Community +--------- +Users are invited to join the [XQEMU Discord +Server](https://discord.gg/4aZYj74) for general discussion! Before asking for +help, please be sure to read the [getting started guide](getting-started.md). + Get Involved ------------ If you are interested in helping to create a functional, accurate, and performant Xbox emulator, you are most welcome to contribute! There are -opportunities for people of all skill levels to contribute. The project is -hosted on [GitHub](https://github.com/xqemu/xqemu). - -Keep up with the latest developments by chatting with us about **development -topics** on `#xqemu` on irc.freenode.net, or on the IRC-bridged -[Discord](https://discord.gg/WxJPPyz) server. +opportunities for people of all skill levels to contribute. Check out +[Developers](developers/index.md) for more information on how to get started.