diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2023-07-17 18:58:32 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2023-07-17 19:51:42 +0000 |
| commit | 0cd0b763a402a3446329ee8497ed6dc753cf25e1 (patch) | |
| tree | a804ccf0a11a26ead119e9335046e9537ba1933b | |
| parent | a9c93bee1de624ad6e55f2f081bce23da8df57a6 (diff) | |
| download | doc-0cd0b763a402a3446329ee8497ed6dc753cf25e1.tar.gz doc-0cd0b763a402a3446329ee8497ed6dc753cf25e1.zip | |
Committer's Guide: document Co-authored-by
Reviewed by: imp, jhb
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D41060
| -rw-r--r-- | documentation/content/en/articles/committers-guide/_index.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 04fbc8c6cc..dc3163a71b 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -2563,6 +2563,10 @@ Approved by: re (username) It should include the entire URL to the pull request, as these often act as code reviews for the code. For example: `https://github.com/freebsd/freebsd-src/pull/745` +|`Co-authored-by:` +|The name and email address of an additional author of the commit. +GitHub has a detailed description of the Co-authored-by trailer at https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors. + |`Signed-off-by:` |ID certifies compliance with https://developercertificate.org/ |
