summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-04-13 18:27:36 +0200
committerAndreas Kling <kling@serenityos.org>2021-04-13 18:27:36 +0200
commita959ccc1d0778b6a6641b16fc766a0cce248c957 (patch)
tree990388170e33848ef536fa9055443761f37d5d1c /CONTRIBUTING.md
parentb08d4ccd56e156c72e97218ebe260e83350e4c5a (diff)
downloadserenity-a959ccc1d0778b6a6641b16fc766a0cce248c957.zip
Meta: Add link to Discord in CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 00c9ba42ce..f42785438c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,7 +6,9 @@ Everyone is welcome to work on the project, and while we have lots of fun, it's
## Communication
-The easiest way to get in touch is by joining the `#serenityos` channel on the Freenode IRC network.
+IRC: `#serenityos` on the Freenode IRC network.
+
+Discord: [SerenityOS Discord](https://discord.com/invite/29gCcKsXkF)
## Issue policy
@@ -15,7 +17,7 @@ Unlike many other software projects, SerenityOS is not concerned with gaining th
That said, please do file any bugs you find, keeping the following in mind:
* One issue per bug. Putting multiple things in the same issue makes both discussion and completion unnecessarily complicated.
-* No build issues (or other support requests). If the GitHub Actions CI build succeeds, the build problem is most likely on your side. Work it out locally, or ask on IRC.
+* No build issues (or other support requests). If the GitHub Actions CI build succeeds, the build problem is most likely on your side. Work it out locally, or ask in the `#build-problems` channel on Discord.
## Feature policy