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

12 lines
400 B
Markdown
Raw Normal View History

2016-02-17 18:03:29 +00:00
| Q | A
| ------------- | ---
| Branch? | "master" for new features / 2.3, 2.7, 2.8 or 3.0 for fixes
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
| Fixed tickets | comma-separated list of tickets fixed by the PR, if any
2016-02-17 18:03:29 +00:00
| License | MIT
2016-02-19 15:05:47 +00:00
| Doc PR | reference to the documentation PR, if any