mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-20 18:13:44 +03:00
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/
![]() This updates the display of contributors into a table view, and adds the ability to add and remove contributors to existing pledges. The display has been refactored to use JS templates & JSON contributor data– the data is output onto the page when loaded from the server, and rendered when the page finishes loading. Adding & removing contributors now submits to an admin-ajax.php endpoint, which, if successful, return the new list of contributors. This ensures the display is always up to date. Fixes #3 |
||
---|---|---|
bin | ||
plugins/wporg-5ftf | ||
themes/wporg-5ftf | ||
.gitignore | ||
.travis.yml | ||
composer.json | ||
composer.lock | ||
phpcs.xml.dist | ||
phpunit-watcher.yml.dist | ||
phpunit.xml.dist |