Skip to content

Commit fe27a72

Browse files
committed
[docs] links to code style guides
1 parent 7293d06 commit fe27a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ In general, all pull requests must:
186186
the project (for example refactoring for modularisation);
187187
- Be well peer reviewed;
188188
- Have unit tests and functional tests where appropriate;
189-
- Follow code style guidelines;
189+
- Follow code style guidelines ([C++](doc/developer-notes.md), [functional tests](test/functional/README.md));
190190
- Not break the existing test suite;
191191
- Where bugs are fixed, where possible, there should be unit tests
192192
demonstrating the bug and also proving the fix. This helps prevent regression.

0 commit comments

Comments
 (0)