--
Ticket URL: <https://code.djangoproject.com/ticket/29766>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Carlton Gibson):
Hi Windson.
> ... hard to review my code. Instead, I should just create a new
commit...
Sometimes, yes. Often, no. The commit history isn't that helpful for most
patches. For some it is (especially if well crafted).
Whether to push a single commit or steps is a question of judgement. I'm
not sure what we'd add to the docs about that.
I guess I'm inclined to think the advice towards a single commit if the
best baseline. (Allowing individuals to judge otherwise.)
Do you have a specific change in mind?
--
Ticket URL: <https://code.djangoproject.com/ticket/29766#comment:1>
* status: new => closed
* resolution: => worksforme
Comment:
The suggested workflow is described in more detail at
[https://docs.djangoproject.com/en/dev/internals/contributing/writing-code
/working-with-git/ Working with Git and GitHub]. As Carlton said, if you
have a specific change in mind, feel free to send a pull request.
--
Ticket URL: <https://code.djangoproject.com/ticket/29766#comment:2>