Update and rename CONTRIBUTING.rst to CONTRIBUTING.md

This commit is contained in:
Victor Zverovich 2019-03-10 17:25:06 -07:00 committed by GitHub
parent 4c66dad8c1
commit 0d418a8d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

12
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,12 @@
Contributing to {fmt}
=====================
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
Thanks for contributing!

View File

@ -1,12 +0,0 @@
Contributing to fmt
===================
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
Thanks for contributing!