New Pull Request


    A pull request for Phalcon must be against our [main repositorycphalcon. It is a collection of changes to the code that:

    • fix a bug (current issue)
    • Contain unit tests
    • Your code must abide by the coding standards that Phalcon uses. For PHP code we use while for Zephir code, we have an file available at the root of the repository to help you follow the standards.

    If your pull request relates to fixing an issue/bug, please link the issue number in the pull request body. You can utilize the template we have in GitHub to present this information. If no issue exists, please create one.

    Additionally any new functionality that introduces breaking changes will not be accepted for the current release but instead will need to be updated to target the next major version.

    It is highly recommended to discuss your NFR and PR with the core team and most importantly with the community so as to get feedback, guidance and to work on a release plan that will benefit everyone.