diff options
Diffstat (limited to 'deps/fmt/CONTRIBUTING.md')
-rw-r--r-- | deps/fmt/CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/fmt/CONTRIBUTING.md b/deps/fmt/CONTRIBUTING.md index 3532bd11e4..b82f145069 100644 --- a/deps/fmt/CONTRIBUTING.md +++ b/deps/fmt/CONTRIBUTING.md @@ -14,4 +14,7 @@ exceptions: * snake_case should be used instead of UpperCamelCase for function and type names +All documentation must adhere to the [Google Developer Documentation Style +Guide](https://developers.google.com/style). + Thanks for contributing! |