From 581bc190e3aaf79599d793da0bc584db05cb78d7 Mon Sep 17 00:00:00 2001 From: "Eugene E. Kashpureff Jr" Date: Tue, 10 May 2016 14:13:39 +0000 Subject: [PATCH] Add to CONTRIBUTING --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eaf982cc..11a56b6f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,3 +7,4 @@ Libresonic development is a community project, and contributions are welcomed. H 2. New features or changes to existing ones must not degrade the user experience. This means do not introduce bugs, remove functionality, or make large changes to existing themes/UI without prior discussion in an Issue. 3. Use sane coding standards. Language best-practices should be followed, comment generously, and avoid "clever" algorithms. Refactoring existing messes is great, but watch out for breakage. 4. Be bold! Without contributions, this project will vanish. If you just want to help out, try [submiting a patch](https://github.com/Libresonic/libresonic/issues?q=is%3Aissue+is%3Aopen+label%3Apatches-welcome) for an open Issue. + 5. Stay relevant. Issues or commentary that is off-topic or tangential to Libresonic development is subject to moderation. Questions should be focussed, with a goal of improving documentation rather than answering a specific problem. You can visit #Libresonic on Freenode IRC for community discussion.