• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
17Thanks for contributing!
18