From 0829cc13d2b1d62a2ea848d2dfa886c117f9b982 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Thu, 9 Feb 2017 14:59:54 +0100 Subject: [PATCH] rework contributing file --- CONTRIBUTING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3233fe9..67777fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,17 +1,17 @@ # Contribution Guidelines Please ensure your pull request adheres to the following guidelines: -* Listings in the [README](README.md) should be for SugarCE only. +* Listings in the [README](README.md) should be always have a direct relation to Kopano. +* The leading git repository is located at https://stash.z-hub.io/projects/COM/repos/projects-and-resources/. +* If you don't alread have an accout in z-hub.io, you can create one at https://stash.z-hub.io/signup. +* Contact contributing@kopano.io to get write access to this repository or create a fork to work on your changes. * Please search previous suggestions before making a new one, as yours may be a duplicate. * Please make an individual commit for each listing in a pull request. -* Put a link to each library in your pull request ticket, so they're easier to look at. -* There should be no code, e.g. zip files, in the pull request (or the repository itself). This is information and listing purposes only. -* Use the following format for libraries: \[LIBRARY\]\(LINK\) - DESCRIPTION. +* There should be no code, e.g. zip files, in the pull request (or this repository itself). This repository is for information and listing purposes only. * New categories, or improvements to the existing categorization are welcome. * All listings within a category should be alphabetical. * Keep descriptions short and simple. * End all descriptions with a full stop/period. * Check your spelling and grammar. -* Make sure your text editor is set to remove trailing whitespace. -Thank you! \ No newline at end of file +Thank you!