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

22 lines
1.2 KiB
Markdown
Raw Normal View History

2016-02-17 18:03:29 +00:00
| Q | A
| ------------- | ---
2021-04-20 21:15:36 +01:00
| Branch? | 5.4 for features / 4.4, 5.2 or 5.3 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.)
2020-10-06 08:11:09 +01:00
- Features and deprecations must be submitted against branch 5.x.
2021-02-05 08:35:14 +00:00
- Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
2016-11-02 08:57:00 +00:00
-->