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
dependabot[bot] 230f2266c6
Bump minimist from 1.2.5 to 1.2.6 in /themes/wporg-5ftf
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 17:42:47 +00:00
.github/workflows Tools: Move from Travis to GitHub Actions for CI checks (#154) 2020-12-10 12:25:03 -05:00
bin Bin: Add script to deactivate pledges. 2022-03-18 12:42:05 -07:00
plugins/wporg-5ftf Theme: Add support for Openverse team, fix Themes Team badge 2022-03-18 12:42:05 -07:00
themes/wporg-5ftf Bump minimist from 1.2.5 to 1.2.6 in /themes/wporg-5ftf 2022-03-24 17:42:47 +00:00
.gitignore Add more exclusions to .gitignore (#85) 2019-11-06 11:51:40 -05:00
.nvmrc Tools: Update node packages 2020-12-10 12:39:27 -05:00
composer.json Tools: Move from Travis to GitHub Actions for CI checks (#154) 2020-12-10 12:25:03 -05:00
composer.lock Tools: Move from Travis to GitHub Actions for CI checks (#154) 2020-12-10 12:25:03 -05:00
phpcs.xml.dist Use a unique text-domain, wporg-5ftf (#110) 2019-11-23 13:24:37 -05:00
phpunit-watcher.yml.dist Tests: Update infrastructure & add travis config (#100) 2019-11-15 17:40:53 -05:00
phpunit.xml.dist Tests: Update infrastructure & add travis config (#100) 2019-11-15 17:40:53 -05:00
README.md Single Pledge: Add intro message to pledges for clarity. 2021-05-04 08:52:23 -07:00

Five for the Future (WordPress.org/five-for-the-future)

Five for the Future is an initiative promoting the WordPress communitys contribution to the platforms 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.

Scripts

  • composer run phpcs - Lint the entire codebase
  • composer run phpcs -- -a themes/wporg-5ftf/ - Lint a specific folder, interactively
  • composer run phpcbf - Fix linter warnings (when possible)
  • composer run test - Run unit tests

See the theme README for scripts specific to the theme.

Syncing to production

The canonical source for this project is github.com/WordPress/five-for-the-future. The contents are synced to the dotorg SVN repo to run on production, because we don't deploy directly from GitHub, for reliability reasons.

The plugin and theme lives in the private SVN repo instead of meta.svn.wordpress.org, because the code is already open-sourced, and we don't want to clutter the Meta logs and Slack channels with noise from "Syncing w/ Git repository..." commits.