From e668c477c5a33a58849d75a6939c9b454cf5eea7 Mon Sep 17 00:00:00 2001 From: Pentarctagon Date: Fri, 2 Apr 2021 19:03:25 -0500 Subject: [PATCH] Delete SUPPORT.md and move CONTRIBUTING.md. SUPPORT.md was a small subset of CONTRIBUTING.md, and CONTRIBUTING.md no longer has a TOOD section and so should be moved to where more people will see it. --- .github/SUPPORT.md | 8 -------- .github/CONTRIBUTING.md => CONTRIBUTING.md | 0 2 files changed, 8 deletions(-) delete mode 100644 .github/SUPPORT.md rename .github/CONTRIBUTING.md => CONTRIBUTING.md (100%) diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md deleted file mode 100644 index 55f7c2e2935..00000000000 --- a/.github/SUPPORT.md +++ /dev/null @@ -1,8 +0,0 @@ -## Getting in Touch - -If you have any questions or just want to hang out, the best place to find us is on our [official Discord community server](https://discord.gg/battleforwesnoth). There you can find the dev team as well as many other fellow Wesnoth players and modders. - -The Discord server is mirrored to freenode IRC, channels: [`#wesnoth`](https://webchat.freenode.net/#wesnoth) (general discussions), [`#wesnoth-umc-dev`](https://webchat.freenode.net/#wesnoth-umc-dev) (questions about creating add-ons), [`#wesnoth-dev`](https://webchat.freenode.net/#wesnoth-dev) (development of wesnoth mainline). - -You can also leave a question on the [Wesnoth forums](https://forums.wesnoth.org/). - diff --git a/.github/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from .github/CONTRIBUTING.md rename to CONTRIBUTING.md