From 9bfbab9f3eb694ab7888c7c1a0cb343cb58f1619 Mon Sep 17 00:00:00 2001 From: Peter Snyder Date: Mon, 23 Oct 2017 01:05:30 -0500 Subject: [PATCH] add 'Contributors' section to readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 989c9c5..40411d6 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,21 @@ for future inclusion: methods are interposed on). +Contributing +--- +Pull requests and contributions of all kinds are greatly appreciated. One +thing that would be extremely helpful is help compiling information about +new browser standards, such as [WebVR](https://github.com/w3c/webvr) and +[Web Speech API](https://w3c.github.io/speech-api/webspeechapi.html) that are +not currently part of the extension. If you are interested in building +new standard spec files, such as the ~74 that +[already exist](https://github.com/snyderp/web-api-manager/tree/master/data/standards), +that would be a terrific, low technical difficulty, high impact improvement. + +If thats of interest, please feel free to email (psnyde2@uic.edu) or open an +issue for the standard that you're interested in. + + Testing and Development --- There is a [Mocha](https://mochajs.org/) and [Selenium](http://docs.seleniumhq.org/)