We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7293d06 commit fe27a72Copy full SHA for fe27a72
CONTRIBUTING.md
@@ -186,7 +186,7 @@ In general, all pull requests must:
186
the project (for example refactoring for modularisation);
187
- Be well peer reviewed;
188
- Have unit tests and functional tests where appropriate;
189
- - Follow code style guidelines;
+ - Follow code style guidelines ([C++](doc/developer-notes.md), [functional tests](test/functional/README.md));
190
- Not break the existing test suite;
191
- Where bugs are fixed, where possible, there should be unit tests
192
demonstrating the bug and also proving the fix. This helps prevent regression.
0 commit comments