Skip to content

Ask users to create two commits for reproducers #9416

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

javiereguiluz
Copy link
Member

Fixes #9365 proposed by @ro0n.

@javiereguiluz javiereguiluz added this to the 2.7 milestone Mar 9, 2018
@@ -44,7 +44,9 @@ edition. To do so:
``reproduce_23657``, etc.)
#. Now you must add the minimum amount of code to reproduce the bug. This is the
trickiest part and it's explained a bit more later.
#. Add, commit and push all your changes.
#. Add, commit and push all your changes. If possible, make one commit for the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about doing this in order, so people won't have to patch add stuff:

#. Go to https://github.com/symfony/symfony-standard and click on the **Fork**
   button to make a fork of that repository or go to your already forked copy.
#. Clone the forked repository into your computer:
   ``git clone git://github.com/YOUR-GITHUB-USERNAME/symfony-standard.git``
#. Browse the project and create a new branch (e.g. ``issue_23567``,
   ``reproduce_23657``, etc.)
#. Add and commit the changes generated by Symfony.
#. Now you must add the minimum amount of code to reproduce the bug. This is the
   trickiest part and it's explained a bit more later.
#. Add, commit and push your own changes.

@javiereguiluz
Copy link
Member Author

@wouterj I did as you suggested. Thanks for the review!

javiereguiluz added a commit that referenced this pull request Mar 13, 2018
…uiluz)

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
Copy link
Contributor

@ro0NL ro0NL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants