1
0
Fork 0
composer/doc/07-community.md

36 lines
1.3 KiB
Markdown
Raw Normal View History

2012-02-20 14:57:19 +00:00
# Community
There are many people using Composer already, and quite a few of them are
contributing.
2012-02-20 14:57:19 +00:00
## Contributing
If you would like to contribute to Composer, please read the
2015-06-22 08:00:04 +00:00
[README](https://github.com/composer/composer) and
[CONTRIBUTING](https://github.com//composer/composer/blob/master/CONTRIBUTING.md)
documents.
2012-02-20 14:57:19 +00:00
The most important guidelines are described as follows:
> All code contributions - including those of people having commit access - must
> go through a pull request and approved by a core developer before being
> merged. This is to ensure proper review of all the code.
>
> Fork the project, create a feature branch, and send us a pull request.
2012-02-20 15:25:11 +00:00
>
> To ensure a consistent code base, you should make sure the code follows
2015-11-26 14:05:30 +00:00
> the [PSR-2 Coding Standards](http://www.php-fig.org/psr/psr-2/).
2012-02-20 14:57:19 +00:00
## IRC / mailing list
2015-05-04 17:37:57 +00:00
Mailing lists for [user support](https://groups.google.com/group/composer-users) and
[development](https://groups.google.com/group/composer-dev).
2012-10-24 08:22:40 +00:00
IRC channels are on irc.freenode.org: [#composer](irc://irc.freenode.org/composer)
for users and [#composer-dev](irc://irc.freenode.org/composer-dev) for development.
Stack Overflow has a growing collection of
2015-05-04 17:37:57 +00:00
[Composer related questions](https://stackoverflow.com/questions/tagged/composer-php).
2012-03-07 16:35:53 +00:00
2015-06-22 08:00:04 +00:00
← [Config](06-config.md)