Merge pull request #1743 from Modernizr/code_of_conduct

Add open code of conduct statement
This commit is contained in:
patrick kettner
2015-11-06 13:20:51 -08:00

View File

@@ -7,6 +7,9 @@
Modernizr tests which native CSS3 and HTML5 features are available in the current UA and makes the results available to you in two ways: as properties on a global `Modernizr` object, and as classes on the `<html>` element. This information allows you to progressively enhance your pages with a granular level of control over the experience.
This project adheres to the [Open Code of Conduct][code-of-conduct]. By participating, you are expected to honor this code.
[code-of-conduct]: http://todogroup.org/opencodeofconduct/#Modernizr/conduct@modernizr.com
## New Asynchronous Event Listeners
Often times people want to know when an asynchronous test is done so they can allow their application to react to it.