Skip to content

Commit 4678ad9

Browse files
committed
minor #15817 Update pull_requests.rst (gnito-org)
This PR was submitted for the 5.4 branch but it was merged into the 4.4 branch instead. Discussion ---------- Update pull_requests.rst Adding a link to the SymfonyCasts video tutorial on contributing code. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- da0bdb4 Update pull_requests.rst
2 parents d54129d + da0bdb4 commit 4678ad9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contributing/code/pull_requests.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Proposing a Change
44
A pull request, "PR" for short, is the best way to provide a bug fix or to
55
propose enhancements to Symfony.
66

7+
If you prefer video tutorials instead of a wall of text, then please watch
8+
this comprehensive and free `Contributing Back To Symfony`_ tutorial by `SymfonyCasts.com`_.
9+
710
Step 1: Check existing Issues and Pull Requests
811
-----------------------------------------------
912

@@ -529,3 +532,5 @@ before merging.
529532
.. _`Symfony Slack`: https://symfony.com/slack-invite
530533
.. _`Travis-CI`: https://travis-ci.org/symfony/symfony
531534
.. _`Psalm phar is installed`: https://psalm.dev/docs/running_psalm/installation/
535+
.. _`Contributing Back To Symfony`: https://symfonycasts.com/screencast/contributing
536+
.. _`SymfonyCasts.com`: https://symfonycasts.com

0 commit comments

Comments
 (0)