Browse Source

[docs] links to code style guides

0.16
Sjors Provoost 7 years ago
parent
commit
fe27a72362
No known key found for this signature in database
GPG Key ID: 57FF9BDBCC301009
  1. 2
      CONTRIBUTING.md

2
CONTRIBUTING.md

@ -186,7 +186,7 @@ In general, all pull requests must: @@ -186,7 +186,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 ([C++](doc/developer-notes.md), [functional tests](test/functional/README.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.

Loading…
Cancel
Save