Pull Requests in Open Source Hardware

From Open Source Ecology
Revision as of 15:03, 14 April 2018 by Marcin (talk | contribs) (Created page with "*Github - good article on how to work pull requiests and merges with open hardware. - [https://hackaday.com/2018/02/27/can-open-source-hardware-be-like-open-source-software/#c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Github - good article on how to work pull requiests and merges with open hardware. - [1]. Key is modularity, so only parts need modification. Changes can be verified by the project leader, or the leader can even request that pull requests must be accompanied by mailing the modified hardware to the leader - to save time. Mechanics of the pull/merge process for hardware need to be documented. Does someone simply submit a code patch (OpenSCAD or FreeCAD file)? How are diffs shown in STLs? Does Github already have that capacity? If not, it should be added.