]> git.proxmox.com Git - ceph.git/blame - ceph/src/fmt/CONTRIBUTING.md
import quincy beta 17.1.0
[ceph.git] / ceph / src / fmt / CONTRIBUTING.md
CommitLineData
9f95a23c
TL
1Contributing to {fmt}
2=====================
3
4By submitting a pull request or a patch, you represent that you have the right
5to license your contribution to the {fmt} project owners and the community,
6agree that your contributions are licensed under the {fmt} license, and agree
7to future changes to the licensing.
8
9All C++ code must adhere to [Google C++ Style Guide](
10https://google.github.io/styleguide/cppguide.html) with the following
11exceptions:
12
13* Exceptions are permitted
14* snake_case should be used instead of UpperCamelCase for function and type
15 names
16
20effc67
TL
17All documentation must adhere to the [Google Developer Documentation Style
18Guide](https://developers.google.com/style).
19
9f95a23c 20Thanks for contributing!