xref: /aosp_15_r20/external/fmtlib/CONTRIBUTING.md (revision 5c90c05cd622c0a81b57953a4d343e0e489f2e08)
1*5c90c05cSAndroid Build Coastguard WorkerContributing to {fmt}
2*5c90c05cSAndroid Build Coastguard Worker=====================
3*5c90c05cSAndroid Build Coastguard Worker
4*5c90c05cSAndroid Build Coastguard WorkerBy submitting a pull request or a patch, you represent that you have the right
5*5c90c05cSAndroid Build Coastguard Workerto license your contribution to the {fmt} project owners and the community,
6*5c90c05cSAndroid Build Coastguard Workeragree that your contributions are licensed under the {fmt} license, and agree
7*5c90c05cSAndroid Build Coastguard Workerto future changes to the licensing.
8*5c90c05cSAndroid Build Coastguard Worker
9*5c90c05cSAndroid Build Coastguard WorkerAll C++ code must adhere to [Google C++ Style Guide](
10*5c90c05cSAndroid Build Coastguard Workerhttps://google.github.io/styleguide/cppguide.html) with the following
11*5c90c05cSAndroid Build Coastguard Workerexceptions:
12*5c90c05cSAndroid Build Coastguard Worker
13*5c90c05cSAndroid Build Coastguard Worker* Exceptions are permitted
14*5c90c05cSAndroid Build Coastguard Worker* snake_case should be used instead of UpperCamelCase for function and type
15*5c90c05cSAndroid Build Coastguard Worker  names
16*5c90c05cSAndroid Build Coastguard Worker
17*5c90c05cSAndroid Build Coastguard WorkerAll documentation must adhere to the [Google Developer Documentation Style
18*5c90c05cSAndroid Build Coastguard WorkerGuide](https://developers.google.com/style).
19*5c90c05cSAndroid Build Coastguard Worker
20*5c90c05cSAndroid Build Coastguard WorkerThanks for contributing!
21