Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f86f383

Browse files
committed
minor #47165 Update PULL_REQUEST_TEMPLATE.md (94noni)
This PR was submitted for the 6.2 branch but it was squashed and merged into the 4.4 branch instead. Discussion ---------- Update PULL_REQUEST_TEMPLATE.md | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | no | Deprecations? | no | License | MIT I propose to add this info to encourage devs to auto describe their new feature added in their PR description to ease the addition in the documentation later When browsing the auto PR on the symfony-docs repo, pointing to a recent merged PR, it may and probably should allow easier/better documentation integration process after feature is merged :) friendly ping @javiereguiluz @wouterj @OskarStark —— It reminds me https://blog.codinghorror.com/if-it-isnt-documented-it-doesnt-exist Commits ------- 9e4b0cf Update PULL_REQUEST_TEMPLATE.md
2 parents 1114fbb + 9e4b0cf commit f86f383

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ This will help reviewers and should be a good start for the documentation.
1414
Additionally (see https://symfony.com/releases):
1515
- Always add tests and ensure they pass.
1616
- Bug fixes must be submitted against the lowest maintained branch where they apply
17-
(lowest branches are regularly merged to upper ones so they get the fixes too.)
17+
(lowest branches are regularly merged to upper ones so they get the fixes too).
1818
- Features and deprecations must be submitted against the latest branch.
19+
- For new features, provide some code snippets to help understand usage.
1920
- Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
2021
- Never break backward compatibility (see https://symfony.com/bc).
2122
-->

0 commit comments

Comments
 (0)