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
945 B
Markdown
Raw Normal View History

2016-02-17 18:03:29 +00:00
| Q | A
| ------------- | ---
| Branch? | 3.4 or master / 2.7, 2.8 or 3.3 <!-- see comment below -->
2016-02-19 15:05:47 +00:00
| Bug fix? | yes/no
| New feature? | yes/no <!-- don't forget updating src/**/CHANGELOG.md files -->
2016-02-19 15:05:47 +00:00
| BC breaks? | yes/no
| Deprecations? | yes/no <!-- don't forget updating UPGRADE-*.md files -->
2016-02-19 15:05:47 +00:00
| Tests pass? | yes/no
2016-11-02 08:57:00 +00:00
| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->
2016-02-17 18:03:29 +00:00
| License | MIT
2016-11-02 08:57:00 +00:00
| Doc PR | symfony/symfony-docs#... <!--highly recommended for new features-->
<!--
- 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).
2017-05-18 13:41:01 +01:00
- Features and deprecations must be submitted against the 3.4,
legacy code removals go to the master branch.
2016-11-02 08:57:00 +00:00
- Please fill in this template according to the PR you're about to submit.
- Replace this comment by a description of what your PR is solving.
-->