Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add proper name for signoff

We are using a similar sign-off process that is used for contributions to the Linux kernel. This means developers making contributions certify that they wrote the patch or have the right to pass it on. To certify this, you include a Signed-off-by: line like this one at the bottom of your commit comments that contains your real name (not an alias):

No Format
Signed-off-by: Random J Developer <random@developer.example.org>

...