Commit: 622bfda0210ba540a84784efbea4417ebcf77bb9 Author: Christoph M. Becker <[email protected]> Fri, 9 Aug 2019 17:56:56 +0200 Parents: 680bd10e13c63f9f8c34ff0051a3c1ad2cb710f3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=622bfda0210ba540a84784efbea4417ebcf77bb9 Log: Advertise https://github.com/php/doc-en/pulls Changed paths: M get-involved.php Diff: diff --git a/get-involved.php b/get-involved.php index a1ae9b0..b9942b4 100644 --- a/get-involved.php +++ b/get-involved.php @@ -33,7 +33,9 @@ site_header("Get Involved", array("current" => "community")); <li>Filing and resolving bug reports at <a href="http://bugs.php.net">bugs.php.net</a></li> <li>Help maintain and or translate documentation files - at <a href="http://edit.php.net">edit.php.net</a>. Check out our + at <a href="http://edit.php.net">edit.php.net</a>, + or submit <a href="https://github.com/php/doc-en/pulls">pull requests</a> + (only English for now). Check out our <a href="http://doc.php.net/tutorial/">guide for contributors</a>.</li> </ol> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
