From b305e3acbc12735fcff2d86bab5679762977925a Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Wed, 8 Jul 2015 14:02:35 -0400 Subject: [PATCH] Add code of conduct to contributing guidelines --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b2de7ae5..d6c934bc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # window.fetch polyfill +This project adheres to the [Open Code of Conduct][code-of-conduct]. By participating, you are expected to uphold this code. +[code-of-conduct]: http://todogroup.org/opencodeofconduct/#fetch/opensource@github.com + The global `fetch` function is an easier way to make web requests and handle responses than using an XMLHttpRequest. This polyfill is written as closely as possible to the standard Fetch specification at https://fetch.spec.whatwg.org.