Mercurial > minori
comparison dep/fmt/CONTRIBUTING.md @ 343:1faa72660932
*: transfer back to cmake from autotools
autotools just made lots of things more complicated than
they should have and many things broke (i.e. translations)
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Thu, 20 Jun 2024 05:56:06 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
342:adb79bdde329 | 343:1faa72660932 |
---|---|
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! |