From 772b43013a1df4aea0e56408ab6902eeaaabd1eb Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 19 Nov 2014 22:20:37 +0000 Subject: [PATCH] Update Contributing guidelines. --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a780c46..096f51a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,9 @@ # Contribution Guidelines -Please submit all issues and pull requests to the [laravel/framework](http://github.com/laravel/framework) repository! +## Creating issues + +It's dead simple, use the issue tracker. Be descriptive, remember this is a community and we're all helping each other, so be respectful. + +## Coding Standards + +Please use [PSR-2](http://www.php-fig.org/psr/psr-2/) coding style.