Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9916b15

Browse filesBrowse files
[github] Tweak PR template
1 parent 620ea20 commit 9916b15
Copy full SHA for 9916b15

File tree

Expand file treeCollapse file tree

1 file changed

+15
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+15
-8
lines changed

‎.github/PULL_REQUEST_TEMPLATE.md

Copy file name to clipboard
+15-8Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1+
<!--
2+
- Please fill in this template according to the PR you're about to submit.
3+
- Features and deprecations must be submitted against the master branch.
4+
- Bug fixes must be submitted against the lowest branch where they apply
5+
(lowest branches are regularly merged to upper ones so they get the fixes too).
6+
-->
7+
18
| Q | A
29
| ------------- | ---
3-
| Branch? | "master" for new features / 2.7, 2.8 or 3.1 for fixes
4-
| Bug fix? | yes/no
5-
| New feature? | yes/no
6-
| BC breaks? | yes/no
7-
| Deprecations? | yes/no
8-
| Tests pass? | yes/no
9-
| Fixed tickets | comma-separated list of tickets fixed by the PR, if any
10+
| Branch? | master / 2.7, 2.8 or 3.1 <!--see comment above-->
11+
| Bug fix? | yes / no
12+
| New feature? | yes / no
13+
| BC breaks? | yes / no
14+
| Deprecations? | yes / no
15+
| Tests pass? | yes / no
16+
| Fixed tickets | #...
1017
| License | MIT
11-
| Doc PR | reference to the documentation PR, if any
18+
| Doc PR | symfony/symfony-docs#... <!--highly recommended for new features-->

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.