Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

REVIST:  Should we not recommend that people use a fork vs. a clone?  Using a clone is rather dangerous, especiailly for people with the the write bit.  One misstep could clobber the upstream master.  The fork workflow, on the other hand, keeps a remote clone from which we all can pubish chages, all committers and all contributors alike.  Reference: https://help.github.com/en/github/getting-started-with-github/fork-a-repo

Develop Your Changes

This document describes the workflow of how to get changes upstreamed into the official NuttX repositories. The technical details of how to develop changes are beyond the scope of this document. However, we will take this opportunity to remind you to:

...