Skip to content

Commit 1fa5cfb

Browse files
committed
reformulate the contributing guide
1 parent b99d320 commit 1fa5cfb

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

plugins/build-your-own.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,16 @@ You can manipulate the ``ResponseInterface`` or the ``Exception`` by using the
8686
To better understand the whole process check existing implementations in the
8787
`plugin repository`_.
8888

89-
Contributions
90-
-------------
89+
Contributing Your Plugins to PHP-HTTP
90+
-------------------------------------
9191

92-
We are always open to contributions. Either in form of Pull Requests to the core package or self-made plugin packages.
93-
We encourage everyone to prefer sending Pull Requests, however we don't promise that every plugin gets
94-
merged into the core. If this is the case, it is not because we think your work is not good enough. We try to keep
95-
the core as small as possible with the most widely used plugin implementations.
92+
We are open to contributions. If the plugin is of general interest and is not too complex, the best
93+
is to do a Pull Request to ``php-http/plugins``. Please see the :doc:`contribution guide <../development/contributing>`.
94+
We don't promise that every plugin gets merged into the core. We need to keep the core as small as
95+
possible with only the most widely used plugins to keep it maintainable.
96+
97+
The alternative is providing your plugins in your own repository. Please let us know when you do,
98+
we would like to add a list of existing third party plugins to the list of plugins.
9699

97100
.. _PSR: https://groups.google.com/forum/?fromgroups#!topic/php-fig/wzQWpLvNSjs
98101
.. _plugin repository: https://github.com/php-http/plugins

0 commit comments

Comments
 (0)