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.1 KiB
Markdown
Raw Normal View History

2016-02-17 18:03:29 +00:00
| Q | A
| ------------- | ---
2020-07-28 20:52:15 +01:00
| Branch? | master for features / 3.4, 4.4 or 5.1 for bug fixes <!-- see below -->
2016-02-19 15:05:47 +00:00
| Bug fix? | yes/no
2019-05-09 08:24:55 +01:00
| New feature? | yes/no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | yes/no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
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
<!--
2019-05-09 08:24:55 +01:00
Replace this notice by a short README for your feature/bugfix. This will help people
understand your PR and can be used as a start for the documentation.
Additionally (see https://symfony.com/releases):
2019-05-29 17:52:38 +01:00
- Always add tests and ensure they pass.
- Never break backward compatibility (see https://symfony.com/bc).
2019-05-09 08:24:55 +01:00
- Bug fixes must be submitted against the lowest maintained branch where they apply
2019-05-29 17:52:38 +01:00
(lowest branches are regularly merged to upper ones so they get the fixes too.)
2019-11-17 21:52:25 +00:00
- Features and deprecations must be submitted against branch master.
2016-11-02 08:57:00 +00:00
-->