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