From 81d7988f00517541e38c4d242fe9522c6612ae5d Mon Sep 17 00:00:00 2001 From: Hielke Morsink Date: Mon, 6 Apr 2020 08:43:03 +0200 Subject: [PATCH] Update readme for Discord (#11235) * Update readme for Discord This removes the remaining references to Gitter and adds invite links to the relevant Discord channels instead, as well as fixing a few typos. --- CONTRIBUTING.md | 2 +- distribution/readme.txt | 2 +- readme.md | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0879fbe3ad09..7a07823f3227 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contributing to OpenRCT2 Any contribution to OpenRCT2 is welcome and valued. Contributions can be in the form of bug reports, translation or code additions / changes. Please read this document to learn how to contribute as effectively as possible. If you have any -questions or concerns, please ask in the [gitter](https://gitter.im/OpenRCT2/OpenRCT2) chat room. +questions or concerns, please ask in the [Discord chat](https://discordapp.com/invite/fsEwSWs). # Reporting bugs To report a bug, ensure you have a GitHub account. Search the issues page to see if the bug has already been reported. diff --git a/distribution/readme.txt b/distribution/readme.txt index c2636d7ba35b..ac9c61d7f62d 100644 --- a/distribution/readme.txt +++ b/distribution/readme.txt @@ -30,7 +30,7 @@ includes some 3rd party software under different licenses. See the section ---- ---------- The easiest way to contact the OpenRCT2 team is by submitting issues on GitHub (https://github.com/OpenRCT2/OpenRCT2) in the form of questions or bug reports. -You can also chat with us on gitter (https://gitter.im/OpenRCT2/OpenRCT2). +You can also chat with us on Discord (https://discordapp.com/invite/fsEwSWs). 2.1) Reporting bugs ---- -------------- diff --git a/readme.md b/readme.md index f9e4f2394979..18228d4e7999 100644 --- a/readme.md +++ b/readme.md @@ -179,19 +179,19 @@ Please read our [contributing guidelines](https://github.com/OpenRCT2/OpenRCT2/b A list of bugs can be found on the [issue tracker](https://github.com/OpenRCT2/OpenRCT2/issues). Feel free to work on any bug and submit a pull request to the develop branch with the fix. Mentioning that you intend to fix a bug on the issue will prevent other people from trying as well. ## 4.2 New features -Please talk to the OpenRCT2 team first before starting to develop a new feature. We may already have plans or reasons against it, therefore contacting us will allow us to help you or prevent you from wasting any time. You can talk to us via gitter, see links at the top of this page. +Please talk to the OpenRCT2 team first before starting to develop a new feature. We may already have plans for or reasons against something that you'd like to work on. Therefore contacting us will allow us to help you or prevent you from wasting any time. You can talk to us via Discord, see links at the top of this page. ## 4.3 Translation -You can translate the game into other languages by editing the language files in ```data/language``` directory. Please join discussions and submit pull requests to [OpenRCT2/Localisation](https://github.com/OpenRCT2/Localisation). +You can translate the game into other languages by editing the language files in ```data/language``` directory. Please join discussions in the [#localisation channel on Discord](https://discordapp.com/invite/sxnrvX9) and submit pull requests to [OpenRCT2/Localisation](https://github.com/OpenRCT2/Localisation). ## 4.4 Graphics -You can help create new graphics for the game by visiting the [OpenGraphics project](https://gitter.im/OpenRCT2/OpenGraphics). 3D modellers needed! +You can help create new graphics for the game by visiting the [OpenGraphics project](https://github.com/OpenRCT2/OpenGraphics). 3D modellers needed! ## 4.5 Audio -You can help create the music and sound effects for the game, drop by [the OpenMusic chat](https://gitter.im/OpenRCT2/OpenMusic) to find out more. +You can help create the music and sound effects for the game. Check out the OpenMusic repository and drop by our [#open-sound-and-music channel on Discord](https://discord.gg/9y8WbcX) to find out more. ## 4.6 Scenarios -We also need need scenarios to distribute with the game, when the time comes. For that, we need talented scenario makers! Come chat with us [over here](https://gitter.im/PFCKrutonium/OpenRCT2-OpenScenarios)! +We would also like to distribute additional scenarios with the game, when the time comes. For that, we need talented scenario makers! Check out the [OpenScenarios repository](https://github.com/PFCKrutonium/OpenRCT2-OpenScenarios). ---