From c5b5a9a311c57d74dc76bd3f412a3fd39a4dc3e0 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Tue, 31 Mar 2015 16:04:35 +0200 Subject: [PATCH] Mention readme.md files as help for contributors --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 249c96c9e4..0d7c875c16 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,6 +14,11 @@ When you want to get involved and discuss new features or changes, please use [t Please use the [GitHub issue tracker](https://github.com/openlayers/ol3/issues). Before creating a new issue, do a quick search to see if the problem has been reported already. +## Getting Familiar with the Code in the Repository + +Look for `readme.md` files! Several directories contain a `readme.md` file that explains the contents of the directory and how to work with them. + + ## Contributing Code Our preferred means of receiving contributions is through [pull requests](https://help.github.com/articles/using-pull-requests). Make sure