8000 minor #26580 Add hint in Github pull request template (fmata) · symfony/symfony@f638f42 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit f638f42

Browse files
committed
minor #26580 Add hint in Github pull request template (fmata)
This PR was merged into the 2.7 branch. Discussion ---------- Add hint in Github pull request template | Q 8000 | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT I added a deprecation in the code base but I forgot to update the CHANGELOG.md file of the component although I double checked the pull request template of this case. It's trivial but I think it can be a way to save some time for next distracted contributors :) Commits ------- 986f915 add hint in Github pull request template
2 parents 1390529 + 986f915 commit f638f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
| Bug fix? | yes/no
55
| New feature? | yes/no <!-- don't forget to update src/**/CHANGELOG.md files -->
66
| BC breaks? | no <!-- see https://symfony.com/bc -->
7-
| Deprecations? | yes/no <!-- don't forget to update UPGRADE-*.md files -->
7+
| Deprecations? | yes/no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
88
| Tests pass? | yes <!-- please add some, will be required by reviewers -->
99
| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->
1010
| License | MIT

0 commit comments

Comments
 (0)
0