From 64a10f28df49f8daafbf967441d9607cb520b681 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Fri, 26 Apr 2013 10:06:31 -0700 Subject: [PATCH] Added note about "good first bug" issues --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 465e3aff..693c49a3 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ 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/. +If you're new to the project, check out our [good first bug](https://github.com/openseadragon/openseadragon/issues?labels=good+first+bug&page=1&state=open) issues for some places to dip your toe in the water. + ## 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.