From 5c40e7961cfabc8aa15a569d6026c91409eb1994 Mon Sep 17 00:00:00 2001 From: nahojjjen Date: Fri, 1 Jun 2018 14:18:58 +0200 Subject: [PATCH] Adds a pointer to discord channel in contributing.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 691d5db07..a042f5958 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,10 @@ If `GoIVCodeStyle.xml` has changed, close Android Studio, copy our file over the ## Optional Set-up +### Discuss in discord channel +Talking about your idea / contribution with the other developers before creating a PR can save enourmous amounts of time, as many issues have already been discussed, and your idea might have already been rejected due to previous issues. Please ask / talk about any idea you have before you create it! +https://discord.gg/Z2QKkZ7 + ### CheckStyle Plugin This plugin checks the codebase for violations of coding style. * Install CheckStyle Plugin (`File > Settings > Plugins > Browse Repositories > Search 'CheckStyle-IDEA' > Install`)