Hey Pranav, It is convenient to make a branch for each ticket you're working on in your fork.
Then, when you're done, just create a merge request to the main repo with source branch ps/NNNN and target branch - master. It's also nice if you rebase your branch on fresh master before creating a merge request, so there's no potential merge conflicts. On Sun, Nov 29, 2015 at 12:41 PM, Pranav Sharma < [email protected]> wrote: > I read the development model followed by the developers for contributing to > allura here (Link > <https://forge-allura.apache.org/p/allura/wiki/Our%20Development%20Model/ > >). > What I am not able to understand is, do I have to make branches ( > ps/ticketnumber ) in the repo that I have forked. Or i will have to make > branches on the main repo and then submit the commits to the main repo. > > Thanks. >
