Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ See our `README.md` file.

For BLAFS to grow and be more useful, issues with feature requests are very welcome. This includes documentation enhancements and design proposals too. When you submit your [pull request](https://help.github.com/articles/using-pull-requests) make sure to reference the issue.

### Coding Standards
### Coding Styles
C++: https://google.github.io/styleguide/cppguide.html

Golang: https://google.github.io/styleguide/go/

The coding standards are based on the [Golang community standards](https://github.com/golang/go/wiki/CodeReviewComments) for the part of BLAFS implemented in the language. For C++, please refer to [this guide]((https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines))
### Dependencies

BLAFS aims to have as few dependencies as possible. After all, we are in the business of cutting bloat.
Expand Down