Skip to content

added documentation for author tag management #9640

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion contributing/code/standards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </contributing/code/core_team>`.

License
~~~~~~~
Expand Down