From d135bdaad4d4c6cb6f2a75f68b0a3e650e1fef4c Mon Sep 17 00:00:00 2001 From: jzh18 <99729790+jzh18@users.noreply.github.com> Date: Tue, 3 Jun 2025 12:54:38 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6049960..27d5331 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.