diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81b32747..8e98cb2a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,11 @@ This information is provided for Github users who may wonder why issues are disabled. 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.