From 25faf23ab7a2deb3c24de3940beda8f5746dd882 Mon Sep 17 00:00:00 2001 From: Lukas Kahwe Smith Date: Fri, 20 Apr 2018 17:24:19 +0200 Subject: [PATCH] added documentation for author tag management --- contributing/code/standards.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/contributing/code/standards.rst b/contributing/code/standards.rst index 9085917d877..c62192c2ccf 100644 --- a/contributing/code/standards.rst +++ b/contributing/code/standards.rst @@ -254,7 +254,12 @@ Documentation * The ``@package`` and ``@subpackage`` annotations are not used; * Don't inline PHPDoc blocks, even when they contain just one tag (e.g. don't - put ``/** {@inheritdoc} */`` in a single line). + put ``/** {@inheritdoc} */`` in a single line); + +* When adding a new class or when making significant changes to an existing class, + an ``@author`` tag with personal contact information may be added, or expanded. + Please note it is possible to have the personal contact information updated or + removed per request to the doc:`core team `. License ~~~~~~~