diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a780c46c..096f51a73 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.