Commit: 832801db6f46a34bcf15a8569d90eee3d1d0040b Author: Christoph M. Becker <cmbecke...@gmx.de> Sun, 7 Jul 2019 11:45:38 +0200 Parents: e2c923d7403d4efc577cc422af4ea79d2774e040 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=832801db6f46a34bcf15a8569d90eee3d1d0040b Log: Document that CREDITS section is obsolete Cf. <http://git.php.net/?p=php-src.git;a=commitdiff;h=7514b5d91c01eee72837727e853183869a156a7f> Changed paths: M phpt_details.php Diff: diff --git a/phpt_details.php b/phpt_details.php index f9ac10f..fb23d9b 100644 --- a/phpt_details.php +++ b/phpt_details.php @@ -77,11 +77,13 @@ and several differnet filter sanitizers.</pre> <dt id="credits_section">--CREDITS--</dt> <dd> <p><b>Description:</b><br/> -If you don't have CVS commit rights, put your name and email on the first line. -If the test is part of a TesFest event, then # followed by the name of the event +Used to credit contributors without CVS commit rights, who put their name and email on the first line. +If the test was part of a TestFest event, then # followed by the name of the event and the date (YYYY-MM-DD) on the second line.</p> <p><b>Required:</b><br/> -It's required for credit during TestFests.</p> +No. For newly created tests this section should no longer be included, as test authorship is already +accurately tracked by Git. If multiple authors should be credited, the `Co-authored-by` tag in the +commit message may be used.</p> <p><b>Format:</b><br/> Name Email<br/> [Event]</p>