Skip to content

Commit b34ff55

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md
Synchronize from symfony/symfony
1 parent 97fe2cd commit b34ff55

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
| ------------- | ---
33
| Bug fix? | yes/no
44
| 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 -->
5+
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
66
| License | MIT
77

88
<!--
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.
9+
Replace this notice by a description of your feature/bugfix.
10+
This will help reviewers and should be a good start for the documentation.
1111
1212
Additionally (see https://symfony.com/releases):
1313
- Always add tests and ensure they pass.
14-
- Never break backward compatibility (see https://symfony.com/bc).
14+
- For new features, provide some code snippets to help understand usage.
1515
- Features and deprecations must be submitted against branch main.
16+
- Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
17+
- Never break backward compatibility (see https://symfony.com/bc).
1618
-->

0 commit comments

Comments
 (0)