mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-14 19:56:12 +01:00
30 lines
747 B
ReStructuredText
30 lines
747 B
ReStructuredText
|
.. _contribution:
|
||
|
|
||
|
Contribution
|
||
|
============
|
||
|
|
||
|
Everyone is welcome to contribute, whether it's code, issues, feature requests or any other kind.
|
||
|
|
||
|
Below is a documentation what to respect during contributions.
|
||
|
|
||
|
.. _contribution_development:
|
||
|
|
||
|
Development
|
||
|
-----------
|
||
|
|
||
|
All changes are introduced through pull requests at `Github`_ and should contain the following:
|
||
|
|
||
|
* Adjusted tests if tests existed before. Otherwise they will break on `travis-ci`_.
|
||
|
|
||
|
* New tests whenever possible and usefull.
|
||
|
|
||
|
* Code has to follow `PSR-2`_.
|
||
|
|
||
|
* Adjusted documentation.
|
||
|
|
||
|
* Make sure to follow the documented :ref:`concepts`.
|
||
|
|
||
|
.. _Github: https://github.com/DanielSiepmann/search_core
|
||
|
.. _travis-ci: https://travis-ci.org/
|
||
|
.. _PSR-2: http://www.php-fig.org/psr/psr-2/
|