HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: /virtual/nagasaki/public_html/ec/vendor/silex/silex/doc/contributing.rst
Contributing
============

We are open to contributions to the Silex code. If you find a bug or want to
contribute a provider, just follow these steps:

* Fork `the Silex repository <https://github.com/silexphp/Silex>`_;

* Make your feature addition or bug fix;

* Add tests for it;

* Optionally, add some documentation;

* `Send a pull request
  <https://help.github.com/articles/creating-a-pull-request>`_, to the correct
  `target branch`_.

.. note::

    Any code you contribute must be licensed under the MIT
    License.

Writing Documentation
=====================

The documentation is written in `reStructuredText
<http://docutils.sourceforge.net/rst.html>`_ and can be generated using `sphinx
<http://sphinx-doc.org>`_.

.. code-block:: bash

    $ cd doc
    $ sphinx-build -b html . build