Changes between Version 21 and Version 22 of Developer/Git/Users


Ignore:
Timestamp:
04/16/20 23:56:19 (4 years ago)
Author:
Joel Sherrill
Comment:

Replace Developer/Contributor? wiki link with link to Users Guide

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Git/Users

    v21 v22  
    275275= Creating a Patch =
    276276
    277 Before submitting a patch read about [wiki:Developer/Contributing Contributing] to RTEMS. and the [wiki:Developer/Git#GitCommits Commit Message] formatting we require.
     277Before submitting a patch read about [https://docs.rtems.org/branches/master/user/support/contrib.html Contributing] to RTEMS. and the [wiki:Developer/Git#GitCommits Commit Message] formatting we require.
    278278
    279279The recommended way to create a patch is to branch the [wiki:Git git repository] master and use one commit for each logical change. Then you can use ''git-format-patch'' to turn your commits into patches and easily submit them.