From 4d533f4b0b426faa9271cd6fa4be328e4f9e6f0e Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Wed, 16 May 2018 22:31:16 +0200 Subject: [PATCH] Improve CONTRIBUTING.md --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81b32747e..8e98cb2ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,4 +2,10 @@ This information is provided for Github users who may wonder why issues are disa To file bugs, use the [kde bugtracker](https://bugs.kde.org/describecomponents.cgi?product=kdeconnect). -To request features, join the discussion on the [mailing list](https://mail.kde.org/mailman/listinfo/kdeconnect). +To request features, join the discussion on the [mailing list](https://mail.kde.org/mailman/listinfo/kdeconnect) or [Telegram channel](https://t.me/joinchat/AOS6gA37orb2dZCLhqbZjg). + +Patches should be submitted to [Phabricator](https://phabricator.kde.org). See [here](https://community.kde.org/Infrastructure/Phabricator) for an introduction to Phabricator. + +A tutorial on how to build KDE Connect using KDevelop can be found [here](https://nicolasfella.wordpress.com/2018/03/30/building-kde-connect/). + +Patches should contain only one change, so if you fix a bug and some whitespace errors please do that in separate patches.