From e6b2d31db71a5f9de9d0293d74b2d78c507b20a4 Mon Sep 17 00:00:00 2001 From: agrajaghh Date: Fri, 27 Mar 2015 09:36:25 +0100 Subject: [PATCH] add Code style Guidlines to contributing.md Closes #2472 //FREEBIE --- contributing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contributing.md b/contributing.md index 08e9638d1f..20ebca586d 100644 --- a/contributing.md +++ b/contributing.md @@ -28,3 +28,4 @@ Truths which we believe to be self-evident: 1. **There is no such thing as time.** Protocol ideas that require synchronized clocks are doomed to failure. +Before you submit a pull request, please check if your code follows the [Code style Guidelines](https://github.com/WhisperSystems/RedPhone/wiki/Code-style-Guidelines).