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

37 lines
1.3 KiB
Markdown
Raw Permalink 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
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
> 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
← [Runtime](07-runtime.md)