Skip to content
6 changes: 6 additions & 0 deletions bin/handbook-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,5 +850,11 @@
"slug": "wp-cli-warning",
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/internal-api\/wp-cli-warning.md",
"parent": "internal-api"
},
"cli-contributor-badge": {
"title": "WP-CLI Contributor Badge",
"slug": "cli-contributor-badge",
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/contributions\/cli-contributor-badge.md",
"parent": "contributions"
}
}
40 changes: 40 additions & 0 deletions contributions/cli-contributor-badge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# WP-CLI Contributor Badge

The **WP-CLI Contributor Badge** recognizes individuals who have made meaningful contributions to the WP-CLI project.
This badge is displayed on a contributor’s WordPress.org profile and highlights their involvement in maintaining and improving WP-CLI.

## What is the WP-CLI Contributor Badge?

The WP-CLI Contributor Badge is an official WordPress.org profile badge awarded to contributors who actively participate in the WP-CLI project through code, documentation, reviews, testing, triage, or community support.

The badge is managed via the WordPress.org profile association system.

## Eligibility criteria

You may be eligible for the WP-CLI Contributor Badge if you have made consistent and valuable contributions such as:

- Submitting pull requests to WP-CLI repositories
- Reviewing or testing pull requests
- Reporting bugs or helping triage issues
- Improving documentation in the WP-CLI handbook
- Participating in WP-CLI Hack Days or Contributor Days
- Supporting users in WP-CLI-related discussions

There is no strict minimum requirement. Contributions are evaluated based on quality, impact, and consistency.

## Badge assignment process

The WP-CLI Contributor Badge is assigned through the WordPress.org **profile associations** system.

### How it works

1. WP-CLI maintainers regularly review contributor activity across all WP-CLI repositories, typically after every release.
2. Eligible contributors are added to the **WP-CLI Contributors association**.
3. Once associated, the **WP-CLI Contributor Badge** automatically appears on the contributor’s WordPress.org profile.

## Missing the badge?

If you believe you qualify for the WP-CLI Contributor Badge but do not see it on your profile:

- Confirm that your GitHub account is linked to your WordPress.org profile
- Ensure your contributions are publicly visible (PRs, issues, reviews)
Loading