From 813357f449afaf92c81a778287ad8b01d499f17a Mon Sep 17 00:00:00 2001 From: Brian Porter Date: Tue, 12 Aug 2014 12:11:30 -0500 Subject: [PATCH] Adds a link to the README for people like me that don't spot the CONTRIBUTING.md file in root folder. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2fc1780d0..3fca08dca 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,9 @@ Our primary goal is to provide a structured framework that enables PHP users at [Roadmaps](https://github.com/cakephp/cakephp/wiki#roadmaps) - Want to contribute? Get involved! + +## Contributing + +[CONTRIBUTING.md](CONTRIBUTING.md) - Quick pointers for contributing to the CakePHP project + +[CookBook "Contributing" Section](http://book.cakephp.org/2.0/en/contributing.html) - Detailed information about contributing to the project.