Add 🚧 as flag for WIP merge requests
Problem to solve
In our company, we usually use gitmoji as a basis of git documentation. Gitmoji offers :construction:) for WIP changes and commits. We also want to use it for marking MR as WIP.
Intended users
Developer
Proposal
Now documentation says:
Add
[WIP]orWIP:to the start of the merge request’s title. Clicking on Start the title with WIP:, under the title box, when editing the merge request’s description will have the same effect.
My proposal is adding to a list with [WIP] and WIP: new item :construction:. It should work as other items in the WIP-flag list: disable merge button, mark MR as WIP.