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 /documentation/content/en/articles/committers-guide | |
parent | a9c93bee1de624ad6e55f2f081bce23da8df57a6 (diff) |
Diffstat (limited to 'documentation/content/en/articles/committers-guide')
-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/ |