Skip to content

Commit 05cd942

Browse files
committed
minor #1220 Update PULL_REQUEST_TEMPLATE.md (smnandre)
This PR was merged into the 2.x branch. Discussion ---------- Update PULL_REQUEST_TEMPLATE.md Synchronize from symfony/symfony | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | Fix #... will will be called _issue_ | License | MIT Commits ------- b34ff55 Update PULL_REQUEST_TEMPLATE.md
2 parents db5b7f8 + b34ff55 commit 05cd942

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)