xref: /aosp_15_r20/external/fmtlib/CONTRIBUTING.md (revision 5c90c05cd622c0a81b57953a4d343e0e489f2e08)
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
17All documentation must adhere to the [Google Developer Documentation Style
18Guide](https://developers.google.com/style).
19
20Thanks for contributing!
21