From 5b307a8407c4a8b6bef8e8e3d28ff10d5642fce3 Mon Sep 17 00:00:00 2001 From: Amine Bou Date: Thu, 29 Jun 2017 17:06:38 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f7f263..2e002f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ Always check if the web version of your instance is working. * Please ask before starting to work on an issue. I may be working on it, or someone else could be doing so. * Each pull request should implement **ONE** feature or bugfix. Keep in mind that you can submit as many PR as you want. * Your code must be simple and clear enough to avoid using comments to explain what it does. -* Follow the used coding style (not defined yet) +* Follow the used coding style [the official one](https://kotlinlang.org/docs/reference/coding-conventions.html) ([some idoms for reference](http://kotlinlang.org/docs/reference/idioms.html)) with more to come. * Try as much as possible to write a test for your feature, and if you do so, run it, and make it work. * Always check your changes and discard the ones that are irrelevant to your feature or bugfix. * Have meaningful commit messages.