Skip to content

Commit 288eefc

Browse files
committed
minor #9640 added documentation for author tag management (lsmith77)
This PR was merged into the 2.7 branch. Discussion ---------- added documentation for author tag management Commits ------- 25faf23 added documentation for author tag management
2 parents c02348e + 25faf23 commit 288eefc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

contributing/code/standards.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,12 @@ Documentation
254254
* The ``@package`` and ``@subpackage`` annotations are not used;
255255

256256
* Don't inline PHPDoc blocks, even when they contain just one tag (e.g. don't
257-
put ``/** {@inheritdoc} */`` in a single line).
257+
put ``/** {@inheritdoc} */`` in a single line);
258+
259+
* When adding a new class or when making significant changes to an existing class,
260+
an ``@author`` tag with personal contact information may be added, or expanded.
261+
Please note it is possible to have the personal contact information updated or
262+
removed per request to the doc:`core team </contributing/code/core_team>`.
258263

259264
License
260265
~~~~~~~

0 commit comments

Comments
 (0)