Skip to content

Commit c7bc84c

Browse files
authored
Adding Contributor Badge page at the docs (#2491)
## Motivation for the change, related issues This pull request includes the requirements to earn a Contributor and a Team badge for the Playground. The page aims to explain the process for requesting the Playground contributor badge and provides a useful link for this purpose. The requirements to earn a badge are: - **Playground Code:** Making code changes and reviewing the core project. - **Playground UI:** Improving the user interface of the web experience. - **Documentation:** Writing, updating, and reviewing documentation. - **Translation:** Translating any part of the project. - **Blueprints Gallery:** Creating new blueprints or improving existing ones. ### Page screenshot ![contributor-page](https://github.com/user-attachments/assets/3cfa4b79-da55-463a-b0aa-e4348a561e1e)
1 parent be50243 commit c7bc84c

File tree

5 files changed

+47
-0
lines changed

5 files changed

+47
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Playground Contributor Badge
3+
slug: /contributing/contributor-badge
4+
description: Find out the criteria for the WordPress Playground Contributor Badge and how to request it for your WordPress.org profile.
5+
---
6+
7+
# Playground Contributor Badge
8+
9+
This page provides detailed information on the Playground Contributor Badge and the process of requesting it on your [WordPress.org](https://wordpress.org) profile.
10+
11+
---
12+
13+
## Getting Started
14+
15+
Any contribution to the WordPress Playground project is highly valued. The Playground team recognizes contributions across several key areas:
16+
17+
- **Playground Code:** Making code changes and reviewing the core project.
18+
- **Playground UI:** Improving the user interface of the web experience.
19+
- **Documentation:** Writing, updating, and reviewing documentation.
20+
- **Translation:** Translating any part of the project.
21+
- **Blueprints Gallery:** Creating new blueprints or improving existing ones.
22+
23+
## Playground Contributor Badge
24+
25+
To get a Playground Contributor Badge, you must have made at least one eligible contribution from the list above. The team may choose to award the badge for other contributions or a combination of the above at the team’s discretion.
26+
27+
![Playground Contributor Dadge](@site/static/img/contributing/playground-contributor-badge.webp)
28+
29+
## Playground Team Badge
30+
31+
If you are currently a contributor and have been actively involved in the Playground project for the past **twelve months**, you are eligible for a **Playground Team Badge**.
32+
33+
![Playground Contributor Dadge](@site/static/img/contributing/playground-team-badge.webp)
34+
35+
## Requesting a Profile Badge
36+
37+
If you meet the criteria, you can request a badge. Please include links to resources (such as GitHub pull requests, issues, or translated strings) that show you have met the criteria. Send a request at the links bellow:
38+
39+
- [Contributor Badge](https://profiles.wordpress.org/associations/playground-contributor/)
40+
- [Team Badge](https://profiles.wordpress.org/associations/playground-team/)
41+
42+
### Request form
43+
44+
![Playground Contributor Dadge](@site/static/img/contributing/request-contributor-badge.webp)
45+
46+
To access the request, the user should be logged in with their WordPress.org account and open the Request Membership tab, after submitting the required information. A Playground Team Representative will confirm your contribution and assign the badge. The team will perform a weekly review of contributions and award badges at that time. Updates on new badges awarded will be posted during the Playground Team meeting.

packages/docs/site/sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ const sidebars = {
6161
'main/contributing/code',
6262
'main/contributing/coding-standards',
6363
'main/contributing/contributor-day',
64+
'main/contributing/contributor-badge',
6465
'main/contributing/documentation',
6566
'main/contributing/translations',
6667
],
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)