Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Add a lot of great content from ramesey/uuid contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Oct 4, 2015
1 parent 0dd3c95 commit 581095b
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

We welcome contributions.

## Team members

* [Matthew Turland](https://github.com/elazar) - original author and adviser
* [Matthew Trask](https://github.com/rocketpastsix) - contributor, co-maintainer
* [Joe Ferguson](https://github.com/svpernova09) - contributor, co-maintainer

## Communication Channels

You can find help and discussion in the following places:

* Website: <http://phergie.org>
* #phergie on Freenode: <https://webchat.freenode.net/?channels=phergie>
* Github Issues: <https://github.com/phergie/phergie-irc-bot-react/issues>

## Community

The Phergie team believes heavily in the [PHP Mentoring](http://www.phpmentoring) project.
Expand Down Expand Up @@ -35,3 +49,27 @@ We have also established a few style guidelines we strive for:
* K&R braces (including elseif/else)
* Chained method calls should be indented
* See [Our Style Discussion](https://github.com/phergie/phergie-irc-bot-react/issues/20) For more.

## Reporting Bugs

Bugs are tracked in our project's [issue tracker](https://github.com/ramsey/uuid/issues).

When submitting a bug report, please include enough information for us to reproduce the bug. A good bug report includes the following sections:

* Expected outcome
* Actual outcome
* Steps to reproduce, including sample code
* Any other information that will help us debug and reproduce the issue, including stack traces, system/environment information, and screenshots

**Please do not include passwords or any personally identifiable information in your bug report and sample code.**

## Fixing Bugs

We welcome pull requests to fix bugs!

If you see a bug report that you'd like to fix, please feel free to do so. Following the directions and guidelines described in the "Adding New Features" section below, you may create bugfix branches and send us pull requests.


## Credit

Thanks to [Ben Ramsey](https://github.com/ramsey) for sharing the awesome [ramesey/uuid contributing](https://github.com/ramsey/uuid/blob/master/CONTRIBUTING.md) document (that we blatantly copied large portions of).

0 comments on commit 581095b

Please sign in to comment.