DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- Make your your changes on a branch (or even on master) and commit the change to your local clone of the fork using '
git commit' - Push your changed code to your private fork: '
git push origin <branch>' where <branch> may be master. - Then visit your fork at http://github.com/<username>/incubator-nuttx
- To the right of the Branch menu, click New pull request and follow the instructions.
...