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

31 lines
1.1 KiB
Markdown
Raw Normal View History

2012-02-20 14:57:19 +00:00
# Community
There are a lot of people using composer already, quite a few are also already
contributing.
2012-02-20 14:57:19 +00:00
## Contributing
If you would like to contribute to composer, please read the
[README](https://github.com/composer/composer).
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
> the [Coding Standards](http://symfony.com/doc/2.0/contributing/code/standards.html)
> which we borrowed from Symfony.
2012-02-20 14:57:19 +00:00
## IRC / mailing list
The developer mailing list is on [google groups](http://groups.google.com/group/composer-dev/)
2012-02-20 22:58:13 +00:00
IRC channels are available for discussion as well, on
2012-02-20 14:57:19 +00:00
irc.freenode.org [#composer](irc://irc.freenode.org/composer) for users and
[#composer-dev](irc://irc.freenode.org/composer-dev) for development.
2012-03-07 16:35:53 +00:00
← [Repositories](05-repositories.md)