add link for developer-notes in contributing (#2260)

This commit is contained in:
PastaPastaPasta 2018-09-05 07:05:27 -05:00 committed by UdjinM6
parent fded838c9d
commit b99886532e

View File

@ -174,7 +174,7 @@ In general, all pull requests must:
the project (for example refactoring for modularisation); the project (for example refactoring for modularisation);
- be well peer reviewed; - be well peer reviewed;
- have unit tests and functional tests where appropriate; - 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; - not break the existing test suite;
- where bugs are fixed, where possible, there should be unit tests - where bugs are fixed, where possible, there should be unit tests
demonstrating the bug and also proving the fix. This helps prevent regression. demonstrating the bug and also proving the fix. This helps prevent regression.