2012-02-20 14:57:19 +00:00
|
|
|
# Community
|
|
|
|
|
2015-06-22 09:08:23 +00:00
|
|
|
There are many people using Composer already, and quite a few of them are
|
2012-02-26 11:40:35 +00:00
|
|
|
contributing.
|
2012-02-20 14:57:19 +00:00
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
2015-06-22 09:08:23 +00:00
|
|
|
If you would like to contribute to Composer, please read the
|
2016-07-19 16:34:40 +00:00
|
|
|
[README](https://github.com/composer/composer) and
|
2021-10-14 14:21:47 +00:00
|
|
|
[CONTRIBUTING](https://github.com/composer/composer/blob/main/.github/CONTRIBUTING.md)
|
2015-06-22 08:00:04 +00:00
|
|
|
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
|
2022-09-14 10:51:36 +00:00
|
|
|
> the [PSR-12 Coding Standards](https://www.php-fig.org/psr/psr-12/).
|
2012-02-20 14:57:19 +00:00
|
|
|
|
2021-08-19 14:03:36 +00:00
|
|
|
## Support
|
2012-02-20 14:57:19 +00:00
|
|
|
|
2021-08-19 14:03:36 +00:00
|
|
|
The IRC channel is on irc.libera.chat: [#composer](ircs://irc.libera.chat:6697/composer).
|
2012-10-24 08:22:40 +00:00
|
|
|
|
2021-08-19 14:03:36 +00:00
|
|
|
[Stack Overflow](https://stackoverflow.com/questions/tagged/composer-php) and
|
|
|
|
[GitHub Discussions](https://github.com/composer/composer/discussions) both have a
|
|
|
|
collection of Composer related questions.
|
|
|
|
|
|
|
|
For paid support, we do provide Composer-related support via chat and email to
|
|
|
|
[Private Packagist](https://packagist.com) customers.
|
2012-10-24 08:22:40 +00:00
|
|
|
|
2012-03-07 16:35:53 +00:00
|
|
|
|
2022-10-13 13:57:19 +00:00
|
|
|
← [Runtime](07-runtime.md)
|