|
| 1 | +# Contributing to Phalcon Migrations Utility |
| 2 | + |
| 3 | +Phalcon Migrations Utility is an open source project and a volunteer effort. |
| 4 | +Phalcon Migrations Utility welcomes contribution from everyone. |
| 5 | + |
| 6 | +## Contributions |
| 7 | + |
| 8 | +Contributions to Phalcon Migrations Utility should be made in the form of [GitHub pull requests][pr]. |
| 9 | +Each pull request will be reviewed by a core contributor (someone with permission to land patches) and either landed in |
| 10 | +the main tree or given feedback for changes that would be required before it can be merged. All contributions should |
| 11 | +follow this format, even those from core contributors. |
| 12 | + |
| 13 | +## Questions & Support |
| 14 | + |
| 15 | +*We only accept bug reports, new feature requests and pull requests in GitHub*. |
| 16 | +For questions regarding the usage of the Phalcon Migrations Utility or support requests please visit the |
| 17 | +[official forums][forum]. IDE stubs must not be modified manually, if you want to improve them please submit a PR |
| 18 | +to [Phalcon Framework][cphalcon]. |
| 19 | + |
| 20 | +## Bug Report Checklist |
| 21 | + |
| 22 | +- Make sure you are using the latest released version of Phalcon Framework and Phalcon Migrations Utility |
| 23 | + before submitting a bug report. Bugs in versions older than the latest released one will not be addressed by the |
| 24 | + core team |
| 25 | + |
| 26 | +- If you have found a bug it is important to add relevant reproducibility information to your issue to allow us |
| 27 | + to reproduce the bug and fix it quicker. Add a script, small program or repository providing the necessary code to |
| 28 | + make everyone reproduce the issue reported easily. If a bug cannot be reproduced by the development it would be |
| 29 | + difficult provide corrections and solutions. [Submit Reproducible Test][srt] for more information. |
| 30 | + |
| 31 | +- Be sure that information such as OS, Phalcon Framework and Phalcon Migrations Utility versions and PHP version are |
| 32 | + part of the bug report |
| 33 | + |
| 34 | +- If you're submitting a Segmentation Fault error, we would require a backtrace, please see [Generating a Backtrace][gb] |
| 35 | + |
| 36 | +## Pull Request Checklist |
| 37 | + |
| 38 | +- Don't submit your pull requests to the `master` branch. Branch from the required branch and, |
| 39 | + if needed, rebase to the proper branch before submitting your pull request. |
| 40 | + If it doesn't merge cleanly with master you may be asked to rebase your changes |
| 41 | + |
| 42 | +- Don't put submodule updates, composer.lock, etc in your pull request unless they are to landed commits |
| 43 | + |
| 44 | +- Make sure that the code you write fits with the general style and coding standards of the [Accepted PHP Standards][psr] |
| 45 | + |
| 46 | +## Getting Support |
| 47 | + |
| 48 | +If you have a question about how to use Phalcon, please see the [support page][support]. |
| 49 | + |
| 50 | +## Requesting Features |
| 51 | + |
| 52 | +If you have a change or new feature in mind, please fill an [NFR][nfr]. |
| 53 | + |
| 54 | +Thanks! <br /> |
| 55 | +Phalcon Team |
| 56 | + |
| 57 | + |
| 58 | +[pr]: https://help.github.com/articles/about-pull-requests/ |
| 59 | +[forum]: https://forum.phalcon.io/ |
| 60 | +[cphalcon]: https://github.com/phalcon/cphalcon |
| 61 | +[srt]: https://docs.phalcon.io/en/latest/reproducible-tests |
| 62 | +[gb]: https://docs.phalcon.io/en/latest/generating-backtrace |
| 63 | +[support]: https://phalcon.io/en/support/ |
| 64 | +[nfr]: https://docs.phalcon.io/en/latest/new-feature-request |
| 65 | +[psr]: https://www.php-fig.org/psr/ |
0 commit comments