I am new to gitlab and wondering how to manage ticket workflow. I understand in some ways it works much like github but I have not tracked issues on github either so I am very green in this area.
What I would like to do. - Write an issue (either against my master branch or the develop branch) not really sure which branch to write the ticket against - Then fork the develop branch to work the issue (since I am forking the develop branch maybe I should write the ticket against that branch?) - When I fork should the fork be attached to the issue? If so how? - Work from my fork. Typically this will involve commits to my local cloned fork, then pushing to my fork server side. These commits/pushes will have great comments in them that I would like to preserve as part of the issue. If I tag each commit with the issue number #12345 will the the commits and comments show in the issue? I have not seen this happen yet, but I have not gotten to the next step where I merge the fork back in, maybe that is where the comments would get linked??? - Eventually merge request to pull the fork back into develop. Will this close the issue? I know its pretty long winded but pointing to any sort of docs / tutorials would be very helpful as well. Thanks! -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
