From b8e09e3a6ab7990c2e32e5aa091ee1cb651f7605 Mon Sep 17 00:00:00 2001 From: Kevin Turner <83819+keturn@users.noreply.github.com> Date: Sun, 22 May 2022 13:54:40 -0700 Subject: [PATCH] doc: replace IRC link with Discord (#5019) --- .github/CONTRIBUTING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index da292837a..7a4a01ffb 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -4,7 +4,8 @@ If you would like to contribute code, documentation, or other assets you can do *When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.* -Read on for an overview and [check the wiki for more details](https://github.com/MovingBlocks/Terasology/wiki). For questions please join us in our [forum](http://forum.terasology.org/forum/) or on `#terasology` (irc.freenode.net). +Read on for an overview and [check the wiki for more details](https://github.com/MovingBlocks/Terasology/wiki). +For questions please join us in our [forum] or [Discord]. ## File an Issue @@ -12,10 +13,13 @@ You can report bugs and feature requests to [GitHub Issues](https://github.com/M For finding easy to do issues to start with look at the [Good First Issue](https://github.com/MovingBlocks/Terasology/labels/Good%20First%20Issue) issues. -We prefer questions and support requests be posted in the [forum](http://forum.terasology.org/forum). +We prefer questions and support requests be posted in the [forum] or [Discord]. __Please provide as much information as possible to help us solve problems and answer questions better!__ +[forum]: https://forum.terasology.org/forum/ +[Discord]: https://discord.gg/Terasology + ## PR Title / Commit Message Guidelines We try to follow the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0-beta.2/) style for commit messages and pull request titles.