Skip to content

Commit

Permalink
Add Code of Conduct info to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
As a Microsoft-sponsored project, we use the
[Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).

Added pointer to contribution guidelines to README.
  • Loading branch information
chwarr committed Jun 21, 2016
1 parent cef91ee commit 646a1c3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,12 @@ comment letting us know that there's new stuff to review.

If the pull request review goes well, a project maintainer will merge your
changes. Thank you for helping improve Bond!

# Code of Conduct

This project has adopted the
[Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any
additional questions or comments.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[![Build Status](https://travis-ci.org/Microsoft/bond.svg?branch=master)](https://travis-ci.org/Microsoft/bond)
[![Bond.CSharp NuGet package](https://img.shields.io/nuget/v/Bond.CSharp.svg?style=flat)](https://Microsoft.github.io/bond/manual/bond_cs.html#nuget-packages)

Bond
====
# Bond

Bond is an open source, cross-platform framework for working with schematized
data. It supports cross-language serialization/deserialization and powerful
Expand Down Expand Up @@ -32,8 +31,7 @@ documentation of the compiler

For a discussion how Bond compares to similar frameworks see [Why Bond](https://Microsoft.github.io/bond/why_bond.html).

Dependencies
------------
## Dependencies

The Bond repository uses Git submodules and should be cloned with the
`--recursive` flag:
Expand Down Expand Up @@ -212,3 +210,9 @@ with 32-bit tools.) This variable works for Visual Studio 2013 or 2015. For
Visual Studio 2012 set the following environment variable instead:

set _IsNativeEnvironment=true

## Contributing

Interested in contributing to Bond? Take a look at our
[contribution guidelines](https://github.com/Microsoft/bond/blob/master/CONTRIBUTING.md)
to get started.

0 comments on commit 646a1c3

Please sign in to comment.