<div dir="ltr"><br><br>On Thu, May 16, 2019 at 8:26 AM Bas Couwenberg <<a href="mailto:sebastic@xs4all.nl">sebastic@xs4all.nl</a>> wrote:<br>><br>> On 2019-05-16 14:16, Markus Neteler wrote:<br>> > #### External contributors<br>> > # workflow for external contributors - they have to fork the repo in<br>> > GitHub Web interface<br>> > # create fork via github GUI<br>> > git clone $my_for_url<br>> > # all steps see above<br>> > ...<br>> > # push feature branch to own fork repo of GRASS GIS<br>> > git push origin $feature_branch_name   # here: origin is fork repo<br>> > # create pull request in GitHub Web interface (the link is shown in<br>> > the terminal)<br>><br>> May I suggest cloning the grass repo and adding the fork as an<br>> additional remote, this makes merging changes from the grass repo<br>> easier.<br><div>> ...</div><div><br></div><div>+1 for Markus, Carmen, and Bas. That's what I see used elsewhere too.<br></div><br></div>