summaryrefslogtreecommitdiff
path: root/Homework/cs3460/smart_pointers/build/_deps/fmt-src/CONTRIBUTING.md
diff options
context:
space:
mode:
authorElizabeth Alexander Hunt <me@liz.coffee>2026-07-02 11:55:17 -0700
committerElizabeth Alexander Hunt <me@liz.coffee>2026-07-02 11:55:17 -0700
commit6bf4b90c90f15f4ab60833bddf5b5756d1a6b1f6 (patch)
treeed97e39ec77c5231ffd2c394493e68d00ddac5a4 /Homework/cs3460/smart_pointers/build/_deps/fmt-src/CONTRIBUTING.md
downloadmisc-undergrad-6bf4b90c90f15f4ab60833bddf5b5756d1a6b1f6.tar.gz
misc-undergrad-6bf4b90c90f15f4ab60833bddf5b5756d1a6b1f6.zip
Diffstat (limited to 'Homework/cs3460/smart_pointers/build/_deps/fmt-src/CONTRIBUTING.md')
-rw-r--r--Homework/cs3460/smart_pointers/build/_deps/fmt-src/CONTRIBUTING.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/Homework/cs3460/smart_pointers/build/_deps/fmt-src/CONTRIBUTING.md b/Homework/cs3460/smart_pointers/build/_deps/fmt-src/CONTRIBUTING.md
new file mode 100644
index 0000000..b82f145
--- /dev/null
+++ b/Homework/cs3460/smart_pointers/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!