Five for the Future is an initiative promoting the WordPress community’s contribution to the platform’s growth. As an open source project, WordPress is created by a diverse collection of people from around the world. The program encourages organizations to contribute five percent of their resources to WordPress development, to maintain a "golden ratio" of contributors to users. https://make.wordpress.org/core/handbook/contribute/git/github-pull-requests-for-code-review/
Find a file
Corey McKrill 461278f525
Log: Record when contributors are added to a pledge
This also updates the function that creates new contributor posts. It
replaces `create_new_contributor` with `add_pledge_contributors`. This
way we can capture a batch of contributor additions all in one event by
collecting all the `wp_insert_post` results in an array and including
it as an action parameter.
2019-10-29 12:42:33 -07:00
plugins/wporg-5ftf Log: Record when contributors are added to a pledge 2019-10-29 12:42:33 -07:00
themes/wporg-5ftf Flip placeholder pending status to publish now that testing done. 2019-10-29 10:15:22 -07:00
.gitignore Remove build files (#19) 2019-10-07 15:59:38 -04:00
composer.json Add Composer and PHPCS 2019-10-01 13:42:11 -04:00
composer.lock Add Composer and PHPCS 2019-10-01 13:42:11 -04:00
phpcs.xml.dist Theme: Single pledge view (#43) 2019-10-28 13:38:49 -04:00