This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/.github/PULL_REQUEST_TEMPLATE.md

21 lines
1.0 KiB
Markdown
Raw Normal View History

2016-02-17 18:03:29 +00:00
| Q | A
| ------------- | ---
2017-11-21 17:42:30 +00:00
| Branch? | master for features / 2.7 up to 4.0 for bug fixes <!-- see below -->
2016-02-19 15:05:47 +00:00
| Bug fix? | yes/no
| New feature? | yes/no <!-- don't forget to update src/**/CHANGELOG.md files -->
2018-02-20 12:42:18 +00:00
| BC breaks? | no <!-- see https://symfony.com/bc -->
| Deprecations? | yes/no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
2018-02-20 12:42:18 +00:00
| Tests pass? | yes <!-- please add some, will be required by reviewers -->
| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->
2016-02-17 18:03:29 +00:00
| License | MIT
2018-02-20 12:42:18 +00:00
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
2016-11-02 08:57:00 +00:00
<!--
2018-02-20 12:42:18 +00:00
Write a short README entry for your feature/bugfix here (replace this comment block.)
This will help people understand your PR and can be used as a start of the Doc PR.
Additionally:
- Bug fixes must be submitted against the lowest branch where they apply
(lowest branches are regularly merged to upper ones so they get the fixes too).
- Features and deprecations must be submitted against the master branch.
2016-11-02 08:57:00 +00:00
-->