Skip to content

Commit 71b16b1

Browse files
committed
minor #9416 Ask users to create two commits for reproducers (javiereguiluz)
This PR was squashed before being merged into the 2.7 branch (closes #9416). Discussion ---------- Ask users to create two commits for reproducers Fixes #9365 proposed by @ro0n. Commits ------- 2682799 Ask users to create two commits for reproducers
2 parents 95f9348 + 2682799 commit 71b16b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contributing/code/reproducer.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ edition. To do so:
4242
``git clone git://github.com/YOUR-GITHUB-USERNAME/symfony-standard.git``
4343
#. Browse the project and create a new branch (e.g. ``issue_23567``,
4444
``reproduce_23657``, etc.)
45+
#. Add and commit the changes generated by Symfony.
4546
#. Now you must add the minimum amount of code to reproduce the bug. This is the
4647
trickiest part and it's explained a bit more later.
47-
#. Add, commit and push all your changes.
48+
#. Add, commit and push all your own changes.
4849
#. Add a comment in your original issue report to share the URL of your forked
4950
project (e.g. ``https://github.com/YOUR-GITHUB-USERNAME/symfony-standard/tree/issue_23567``)
5051
and, if necessary, explain the steps to reproduce (e.g. "browse this URL",

0 commit comments

Comments
 (0)