From c8cc050abf57bf7c9762f586a8b06c511dd5f8d2 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Thu, 28 Mar 2013 09:43:11 -0700 Subject: [PATCH] Added "contributing" section to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ae259f02..3c194552 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ If you wish to work interactively with the tests or test your changes: and open `http://localhost:8000/` in your browser +## Contributing + +OpenSeadragon is truly a community project; we welcome your involvement! + +When contributing, please attempt to match the code style already in the codebase. Note that we use four spaces per indentation stop. For more thoughts on code style, see https://github.com/rwldrn/idiomatic.js/. + ## Licenses OpenSeadragon was initially released with a New BSD License ( preserved below ), while work done by Chris Thatcher is additionally licensed under the MIT License.