patacongo edited a comment on pull request #1328: URL: https://github.com/apache/incubator-nuttx/pull/1328#issuecomment-652639845
> > > @gregory-nutt > > I have some changes to what you have so far that address build issues. However, I can't open a PR against your branch on your repo. > > Can we create a feature branch in the Apache repo to work on this together? That way we can make PRs against that branch. @antmerlino Yes, but you would have to do that. We have a policy here that no one can merge their own PRs, but you are also a committer and can to do the merge. You have registered your Github user (See https://whimsy.apache.org/roster/ppmc/nuttx). So I assume you have created created your 2 factor login: If not see https://cwiki.apache.org/confluence/display/NUTTX/Accessing+Apache+GitHub+as+a+Committer If you have done those things, then here is what you would have to do to create the feature branch: 1. Create the feature branch in your incubator-nuttx clone, say "pthread-user" 2. Push the branch to the incubator-nuttx origin 3. Go to this PR and select "Edit" on the right near the top. 4. Change the distination From: patacongo wants to merge 2 commits into apache:master from patacongo:pthread To: patacongo wants to merge 2 commits into apache:pthread-user from patacongo:pthread 4. Then just do the rebase merge using the buttons at the bottom That is all there is to it! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
