From b99886532ef5308c7b9c75949ace72d12f5679d2 Mon Sep 17 00:00:00 2001 From: PastaPastaPasta Date: Wed, 5 Sep 2018 07:05:27 -0500 Subject: [PATCH] add link for developer-notes in contributing (#2260) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dab20e9beb..078e0ec756 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -174,7 +174,7 @@ In general, all pull requests must: the project (for example refactoring for modularisation); - be well peer reviewed; - have unit tests and functional tests where appropriate; - - follow code style guidelines; + - follow [code style guidelines](/doc/developer-notes.md); - not break the existing test suite; - where bugs are fixed, where possible, there should be unit tests demonstrating the bug and also proving the fix. This helps prevent regression.