Page MenuHomeFreeBSD

Add my author entity
ClosedPublic

Authored by ygy on Sep 24 2017, 5:31 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 7, 1:20 AM
Unknown Object (File)
Wed, Oct 30, 12:18 PM
Unknown Object (File)
Sep 26 2024, 8:25 PM
Unknown Object (File)
Sep 23 2024, 7:04 PM
Unknown Object (File)
Sep 20 2024, 6:40 PM
Unknown Object (File)
Sep 20 2024, 1:32 AM
Unknown Object (File)
Sep 8 2024, 7:37 AM
Unknown Object (File)
Sep 8 2024, 12:25 AM
Subscribers

Details

Summary

Following "Setup, Conventions & Traditions" in the Committer's Guide, I added my author entity, updated the list of developers, added a news item, and added my PGP keys.

I am fairly new to SVN as well, so please let me know if the diff should be modified/improved. I would also like to know if the following commit message is appropriate: (Tabs are used, underscores will be removed)

Reviewed_by: loader (mentor)
Approved_by: loader (mentor)
Differential_Revision: https://reviews.freebsd.org/D1XXXX

Diff Detail

Repository
rD FreeBSD doc repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ygy added a subscriber: emaste.
This revision is now accepted and ready to land.Sep 24 2017, 9:06 AM

One comment from https://wiki.freebsd.org/Phabricator - for future reviews please create diffs with full context as it makes review easier in the UI. One of:

git diff -U999999 other-branch
svn diff --diff-cmd=diff -x -U999999
This revision was automatically updated to reflect the committed changes.

One comment from https://wiki.freebsd.org/Phabricator - for future reviews please create diffs with full context as it makes review easier in the UI. One of:

git diff -U999999 other-branch
svn diff --diff-cmd=diff -x -U999999

Thank you @emaste and @loader , I just made my first commit! Sorry that I even forgot to add a formal commit message before the "Reviewed by" section, I guess I cannot change it anymore. Will pay attention next time!