diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
index b52873425d9c..19c4a5d47f48 100644
--- a/src/wp-admin/about.php
+++ b/src/wp-admin/about.php
@@ -40,6 +40,7 @@
 			<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
 			<a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
 			<a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
+			<a href="contribute.php" class="nav-tab"><?php _e( 'Contribute' ); ?></a>
 		</nav>

 		<div class="about__section">
diff --git a/src/wp-admin/contribute.php b/src/wp-admin/contribute.php
new file mode 100644
index 000000000000..bcb4eb1c0ec5
--- /dev/null
+++ b/src/wp-admin/contribute.php
@@ -0,0 +1,120 @@
+<?php
+/**
+ * Contribute administration panel.
+ *
+ * @package WordPress
+ * @subpackage Administration
+ */
+
+/** WordPress Administration Bootstrap */
+require_once __DIR__ . '/admin.php';
+
+// Used in the HTML title tag.
+$title = __( 'Contribute' );
+
+list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
+
+require_once ABSPATH . 'wp-admin/admin-header.php';
+?>
+<div class="wrap about__container">
+
+	<div class="about__header">
+		<div class="about__header-title">
+			<h1>
+				<?php _e( 'Contribute' ); ?>
+			</h1>
+		</div>
+
+		<div class="about__header-text">
+			<?php _e( 'Take part in WordPress development' ); ?>
+		</div>
+	</div>
+
+	<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
+		<a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
+		<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
+		<a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
+		<a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
+		<a href="contribute.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Contribute' ); ?></a>
+	</nav>
+
+	<div class="about__section has-2-columns is-wider-right">
+		<div class="column about__image">
+			<img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" />
+		</div>
+		<div class="column is-vertically-aligned-center">
+			<p><?php _e( 'You can contribute to WordPress development in lots of ways, to share your ideas and collaborate on subjects close to your heart. You might find yourself trying out many different roles and possibilities, and you will almost always be learning continuously and meeting people who share a passion for WordPress' ); ?></p>
+
+			<p>
+				<?php
+				printf(
+					/* translators: %s: Number of Make teams */
+					__( 'Make WordPress has more than %s teams you can join. Each one has multiple working groups and separate projects.' ),
+					20
+				);
+				?>
+			</p>
+		</div>
+	</div>
+
+	<div class="about__section">
+		<div class="column">
+			<h2 class="is-smaller-heading"><?php _e( 'Eager to find a team you will enjoy?' ); ?></h2>
+			<p><?php _e( 'What do you like best? Or have some experience with? It's great to start there. But you can always take time to look around and explore the possibilities, both before stepping in to contribute and later, when you have been on a team for a while. The choice is yours, and either way, you can learn a lot.' ); ?></p>
+		</div>
+	</div>
+
+	<div class="about__section has-2-columns">
+		<div class="column is-vertically-aligned-center">
+			<ul>
+				<li><?php _e( 'Choose a team' ); ?></li>
+				<li><?php _e( 'Follow its Make blog (https://make.wordpress.org/yourteam) to see how you can participate' ); ?></li>
+				<li><?php _e( 'Attend team meetings' ); ?></li>
+				<li><?php _e( 'Ask for a Good First issue to solve' ); ?></li>
+			</ul>
+		</div>
+		<div class="column">
+			<img src="data:image/svg+xml,%3Csvg width='436' height='218' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" />
+		</div>
+
+		<div class="column">
+			<img src="data:image/svg+xml,%3Csvg width='436' height='300' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" />
+		</div>
+		<div class="column is-vertically-aligned-center">
+			<h3 class="is-smaller-heading"><?php _e( 'Non-technical areas' ); ?></h3>
+			<ul>
                <li><a href="<?php _e( '#' ); ?>"><?php _e( 'Translate strings for WordPress and related sites' ); ?></a></li>
                <li><a href="<?php _e( '#' ); ?>"><?php _e( 'Submit photography to the Photo Directory' ); ?></a></li>
                <li><a href="<?php _e( '#' ); ?>"><?php _e( 'Help someone on the Support forum' ); ?></a></li>
                <li><a href="<?php _e( '#' ); ?>"><?php _e( 'Translate WordPress News articles into your native language' ); ?></a></li>
                <li><?php _e( 'Test WordPress before releases, checking new features and fixes' ); ?></li>
            </ul>
+		</div>
+
+		<div class="column is-vertically-aligned-center">
+			<h3 class="is-smaller-heading"><?php _e( 'Technical areas' ); ?></h3>
+			<ul>
+				<li><?php _e( 'Pick your favourite language or library:' ); ?>
+					<ul>
+						<li><?php _e( 'HTML, CSS, PHP, JavaScript and React for the Core of the CMS and the Block Editor (Gutenberg project' ); ?></li>
+						<li><?php _e( 'Kotlin, Java, Swift, Objective-C, Vue, Python, TypeScript for mobile apps' ); ?></li>
+					</ul>
+				</li>
+				<li><?php _e( 'Choose what you want to do: testing, making patches, writing and editing documentation' ); ?></li>
+			</ul>
+		</div>
+		<div class="column">
+			<img src="data:image/svg+xml,%3Csvg width='436' height='280' viewbox='0 0 100 50' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" />
+		</div>
+
+	</div>
+
+	<div class="about__section">
+		<div class="column aligncenter">
+			<p><a href="https://make.wordpress.org/contribute/" target="_blank"><?php _e( 'Discover your Make WordPress team' ); ?></a></p>
+		</div>
+	</div>
+
+</div>
+<?php
+require_once ABSPATH . 'wp-admin/admin-footer.php';
diff --git a/src/wp-admin/credits.php b/src/wp-admin/credits.php
index 39cb9ede2619..21e2d968d255 100644
--- a/src/wp-admin/credits.php
+++ b/src/wp-admin/credits.php
@@ -44,6 +44,7 @@
 		<a href="credits.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Credits' ); ?></a>
 		<a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
 		<a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
+		<a href="contribute.php" class="nav-tab"><?php _e( 'Contribute' ); ?></a>
 	</nav>

 	<div class="about__section has-1-column has-gutters">
diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css
index 733bddc4e689..3b8e1d33235a 100644
--- a/src/wp-admin/css/about.css
+++ b/src/wp-admin/css/about.css
@@ -48,6 +48,7 @@
 .about-php,
 .credits-php,
 .freedoms-php,
+.contribute-php,
 .privacy-php {
 	background: #fff;
 }
@@ -55,6 +56,7 @@
 .about-php #wpcontent,
 .credits-php #wpcontent,
 .freedoms-php #wpcontent,
+.contribute-php #wpcontent,
 .privacy-php #wpcontent {
 	background: #fff;
 	padding: 0 24px;
@@ -64,6 +66,7 @@
 	.about-php.auto-fold #wpcontent,
 	.credits-php.auto-fold #wpcontent,
 	.freedoms-php.auto-fold #wpcontent,
+	.contribute-php.auto-fold #wpcontent,
 	.privacy-php.auto-fold #wpcontent {
 		padding-left: 24px;
 	}
@@ -575,6 +578,7 @@

 .credits-php .about__header-title h1,
 .privacy-php .about__header-title h1,
+.contribute-php .about__header-title h1,
 .freedoms-php .about__header-title h1 {
 	/* Fluid font size scales on browser size 960px - 1200px. */
 	font-size: clamp(3rem, 10vw - 3rem, 4.5rem);
@@ -647,6 +651,7 @@

 	.credits-php .about__header-title h1,
 	.privacy-php .about__header-title h1,
+	.contribute-php .about__header-title h1,
 	.freedoms-php .about__header-title h1 {
 		/* Fluid font size scales on browser size 600px - 960px. */
 		font-size: clamp(3rem, 6.67vw - 0.5rem, 4.5rem);
@@ -684,12 +689,11 @@
 	.about__header {
 		min-height: auto;
 	}
-}

-@media screen and (max-width: 480px) {
 	.about__header,
 	.credits-php .about__header,
 	.privacy-php .about__header,
+	.contribute-php .about__header,
 	.freedoms-php .about__header {
 		background-image: none;
 	}
diff --git a/src/wp-admin/freedoms.php b/src/wp-admin/freedoms.php
index 2d742958e1aa..2ee50ae0bafb 100644
--- a/src/wp-admin/freedoms.php
+++ b/src/wp-admin/freedoms.php
@@ -41,6 +41,7 @@
 		<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
 		<a href="freedoms.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Freedoms' ); ?></a>
 		<a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
+		<a href="contribute.php" class="nav-tab"><?php _e( 'Contribute' ); ?></a>
 	</nav>

 	<div class="about__section is-feature">
diff --git a/src/wp-includes/admin-bar.php b/src/wp-includes/admin-bar.php
index 4792822d5960..42077b724a7d 100644
--- a/src/wp-includes/admin-bar.php
+++ b/src/wp-includes/admin-bar.php
@@ -122,11 +122,14 @@ function wp_admin_bar_render() {
  */
 function wp_admin_bar_wp_menu( $wp_admin_bar ) {
 	if ( current_user_can( 'read' ) ) {
-		$about_url = self_admin_url( 'about.php' );
+		$about_url      = self_admin_url( 'about.php' );
+		$contribute_url = self_admin_url( 'contribute.php' );
 	} elseif ( is_multisite() ) {
-		$about_url = get_dashboard_url( get_current_user_id(), 'about.php' );
+		$about_url      = get_dashboard_url( get_current_user_id(), 'about.php' );
+		$contribute_url = get_dashboard_url( get_current_user_id(), 'contribute.php' );
 	} else {
-		$about_url = false;
+		$about_url      = false;
+		$contribute_url = false;
 	}

 	$wp_logo_menu_args = array(
@@ -198,6 +201,18 @@ function wp_admin_bar_wp_menu( $wp_admin_bar ) {
 			'href'   => __( 'https://wordpress.org/support/forum/requests-and-feedback' ),
 		)
 	);
+
+	if ( $contribute_url ) {
+		// Add contribute link.
+		$wp_admin_bar->add_node(
+			array(
+				'parent' => 'wp-logo-external',
+				'id'     => 'contribute',
+				'title'  => __( 'Contribute' ),
+				'href'   => $contribute_url,
+			)
+		);
+	}
 }

 /**