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 `_; * Make your feature addition or bug fix; * Add tests for it; * Optionally, add some documentation; * `Send a pull request `_, to the correct target branch (1.3 for bug fixes, master for new features). .. note:: Any code you contribute must be licensed under the MIT License. Writing Documentation ===================== The documentation is written in `reStructuredText `_ and can be generated using `sphinx `_. .. code-block:: bash $ cd doc $ sphinx-build -b html . build