Skip to content

Commit

Permalink
Add contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Jun 9, 2013
1 parent 8dce284 commit 6a32668
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ codebird-php - changelog
========================

2.3.7 (not yet released)
+ Add contributing guidelines

2.3.6 (2013-05-12)
+ Add backslash to stdClass construction, due to namespace
Expand Down
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### Which branch?
- Bugs are fixed in the latest QA_* branch, please base your bugfix pull requests on this branch.
- New features are added to the master branch, please base your feature-add pull requests on that branch.

### Code style
- Please use 4 soft spaces per indent level.
- Take a look at the coding style used in codebird.php and apply the same convention to your contributed code.
The styleguide is also available online at http://pear.php.net/manual/en/standards.php.

### License
- Code contributed by you will get the same license as Codebird itself, that is, GPU General Public License V3.

0 comments on commit 6a32668

Please sign in to comment.