Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions bin/handbook-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -832,5 +832,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"
}
}
64 changes: 64 additions & 0 deletions contributions/cli-contributor-badge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# 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.
Comment on lines +3 to +4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better readability and standard markdown practice, it's recommended to use a blank line to create a new paragraph instead of using two spaces for a hard line break.

Suggested change
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.
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 review contributor activity across WP-CLI repositories and documentation.
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.

The official association page can be found here:
👉 https://profiles.wordpress.org/associations/cli-contributor
Comment on lines +41 to +42
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency and improved readability, it would be better to use a paragraph break (a blank line) to separate the introductory text from the link, instead of a hard line break.

Suggested change
The official association page can be found here:
👉 https://profiles.wordpress.org/associations/cli-contributor
The official association page can be found here:
👉 https://profiles.wordpress.org/associations/cli-contributor


---

## 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)
- Reach out to WP-CLI maintainers with links to your contributions for review

---

## Get started contributing

If you are new to WP-CLI contributions:

- Read the [Contributing](https://make.wordpress.org/cli/handbook/contributions/) guide
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The link for the "Contributing" guide appears to point to the general "Contributions" index page. To provide a more direct path for users, consider updating it to link directly to the specific "Contributing" guide.

Suggested change
- Read the [Contributing](https://make.wordpress.org/cli/handbook/contributions/) guide
- Read the [Contributing](https://make.wordpress.org/cli/handbook/contributions/contributing/) guide

- Look for open issues in WP-CLI repositories
- Join a WP-CLI Hack Day or WordCamp Contributor Day
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To make it easier for new contributors to find relevant information, it would be helpful to add direct links to the "WP-CLI Hack Day" and "WordCamp Contributor Day" handbook pages.

Suggested change
- Join a WP-CLI Hack Day or WordCamp Contributor Day
- Join a [WP-CLI Hack Day](https://make.wordpress.org/cli/handbook/contributions/hack-day/) or [WordCamp Contributor Day](https://make.wordpress.org/cli/handbook/contributions/contributor-day/)


Your contributions help strengthen the WP-CLI ecosystem and the wider WordPress community 💙