From 6bf4b90c90f15f4ab60833bddf5b5756d1a6b1f6 Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Thu, 2 Jul 2026 11:55:17 -0700 Subject: Init --- .../cs3460/rands/build/_deps/fmt-src/CONTRIBUTING.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Homework/cs3460/rands/build/_deps/fmt-src/CONTRIBUTING.md (limited to 'Homework/cs3460/rands/build/_deps/fmt-src/CONTRIBUTING.md') diff --git a/Homework/cs3460/rands/build/_deps/fmt-src/CONTRIBUTING.md b/Homework/cs3460/rands/build/_deps/fmt-src/CONTRIBUTING.md new file mode 100644 index 0000000..b82f145 --- /dev/null +++ b/Homework/cs3460/rands/build/_deps/fmt-src/CONTRIBUTING.md @@ -0,0 +1,20 @@ +Contributing to {fmt} +===================== + +By submitting a pull request or a patch, you represent that you have the right +to license your contribution to the {fmt} project owners and the community, +agree that your contributions are licensed under the {fmt} license, and agree +to future changes to the licensing. + +All C++ code must adhere to [Google C++ Style Guide]( +https://google.github.io/styleguide/cppguide.html) with the following +exceptions: + +* Exceptions are permitted +* snake_case should be used instead of UpperCamelCase for function and type + names + +All documentation must adhere to the [Google Developer Documentation Style +Guide](https://developers.google.com/style). + +Thanks for contributing! -- cgit v1.3