From 03cf2458280eca358388374cbedc9aebf8cf6086 Mon Sep 17 00:00:00 2001 From: Jordan Knott Date: Thu, 10 Sep 2020 15:57:53 -0500 Subject: [PATCH] docs(CONTRIBUTING): add note about asking in discord --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aba25f6..0af2d8b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,6 +8,8 @@ So you want to contribute to Taskcafe? Great! If you have noticed a bug or want to add a new feature, please [create an issue](https://github.com/JordanKnott/taskcafe/issues/new/choose) for it before starting any work on a pull request. +Alternatively you can join the [Taskcafe discord](https://discord.gg/JkQDruh) and ask in the #questions channel. + After the bug is validated or the feature is accepted by a project maintainer, the next step is to fork the repository! ### Fork & create a branch