How to contribute ================= Any help is wellcome: - Do benchmarks. - Try Phraw in your environment and report your installation (PHP version, web server version, operating system version). - Write an article on your blog. - Read and correct the english documentation. - Submit a feature request on the `issue tracker `_. - Report a bug on the `bug tracker `_. - Fix a bug or suggest a patch on the `issue tracker `_. - Write an extension (for another template engine, an ORM ...). Send your help via `email `_ on the `forum `_ Understand the GIT workflow --------------------------- Branches: - **Master:** stable releases. Here are only the official stable releases. - **Develop:** main development branch. Use this if you want to test the new features or for contribute. **Release** candidate versions are tagged ``release-X`` where ``X`` will be the final version. Try release versions for bleeding edge code or to help to debug the code before the official release.