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

20 lines
791 B
Markdown
Raw Normal View History

2016-02-17 18:03:29 +00:00
| Q | A
| ------------- | ---
2017-02-04 18:24:41 +00:00
| Branch? | master / 2.7, 2.8 or 3.2 <!--see comment below-->
2016-02-19 15:05:47 +00:00
| Bug fix? | yes/no
| New feature? | yes/no
| BC breaks? | yes/no
| Deprecations? | yes/no
| 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).
- Features and deprecations must be submitted against the master branch.
- 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.
-->