Skip to content

Commit 1c041b1

Browse files
authored
Merge pull request #16 from symfony/pr-template
Add PR template
2 parents fcc9e02 + 6501404 commit 1c041b1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
| Q | A
2+
| ------------- | ---
3+
| Bug fix? | yes/no
4+
| New feature? | yes/no <!-- please update src/**/CHANGELOG.md files -->
5+
| Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
6+
| License | MIT
7+
8+
<!--
9+
Replace this notice by a short README for your feature/bugfix. This will help people
10+
understand your PR and can be used as a start for the documentation.
11+
12+
Additionally (see https://symfony.com/releases):
13+
- Always add tests and ensure they pass.
14+
- Never break backward compatibility (see https://symfony.com/bc).
15+
- Features and deprecations must be submitted against branch main.
16+
-->

0 commit comments

Comments
 (0)