Skip to content

Commit 7a43fbb

Browse files
author
MarcoFalke
committed
Merge #11729: [docs] links to code style guides
fe27a72 [docs] links to code style guides (Sjors Provoost) Pull request description: I always have difficulty finding these, probably because they're not actually called "code style guideline". Tree-SHA512: a2716c5e7e6778ce71b4451091e3899c0f9e04d07e95d1a0bdb07eb0319c083e3d9aa94bc2e33fc8546f82a1441e73c37218fdc7f228ee8273c7a87466958973
2 parents 7293d06 + fe27a72 commit 7a43fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
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)