Replies: 8 comments
-
I fully agree. |
Beta Was this translation helpful? Give feedback.
-
We could also define WIP as a label to make it more visible |
Beta Was this translation helpful? Give feedback.
-
@barbalberto We already have a "Status: In Progress" label, we can use that, I think... |
Beta Was this translation helpful? Give feedback.
-
We could put this info in Yarp here: |
Beta Was this translation helpful? Give feedback.
-
Excellent! Sent from my phone On 17 Jun 2016, at 13:56, Daniele E. Domenichelli <notifications@github.commailto:notifications@github.com> wrote: It's happening more and more frequently that people (myself included) open pull requests for work in progress branches, for different reasons (testing if something breaks some build, requesting early feedback, etc). I suggest to follow this workflow in gitlabhttp://docs.gitlab.com/ce/workflow/wip_merge_requests.html, i.e. add WIP: or [WIP] at the beginning of the title of a "work in progress pull request" and remove it when the pull request is ready to be merged. What do you think? — |
Beta Was this translation helpful? Give feedback.
-
As you probably know, GitHub has introduced draft pull requests: blog, docs.
Changing between ready-for-review and draft PRs back and forth is described here. For future reference, YARP used to implement a GitHub app that prevented from merging PRs that had been described as "WIP" in their title. I believe it was this one. I haven't seen it for a while, so I presume official GH draft PRs are the preferred method by now. |
Beta Was this translation helpful? Give feedback.
-
It's happening more and more frequently that people (myself included) open pull requests for work in progress branches, for different reasons (testing if something breaks some build, requesting early feedback, etc).
I think this is a good thing, but sometimes it is not easy to spot whether a pull request is a real one, or a work in progress.
I suggest to follow this workflow in gitlab, i.e. add
WIP:
or[WIP]
at the beginning of the title of a "work in progress pull request" and remove it when the pull request is ready to be merged.Even if this feature is not supported by github (in gitlab the merge button is disabled for this kind of merge requests), it will avoid accidental merges.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions