Skip to content

Commit

Permalink
Add notes about coding standards in CONTRIBUTING.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nrk committed Oct 12, 2012
1 parent aac06a4 commit deb64c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -31,5 +31,9 @@ on your newly created repository to fix or add features (possibly with tests cov
and then open a new pull request with a description of the applied changes. Obviously you can use any
other Git hosting provider of your preference.

When writing code please follow the [basic coding (PSR-1)](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md)
and [coding style (PSR-2)](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)
standards and stick with the conventions used in Predis to name classes and interfaces.

Please also follow some basic [commit guidelines](http://git-scm.com/book/ch5-2.html#Commit-Guidelines)
before opening pull requests.

0 comments on commit deb64c2

Please sign in to comment.