From 07d7eb8d97b153ac1a6e30b7e1f3e5d7780b6542 Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Fri, 3 May 2024 20:23:13 +0100 Subject: [PATCH] Add bullet point list to Repository Management section --- CONTRIBUTING.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7113b575..9f961863 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,9 +52,12 @@ To test a WordPress plugin, you need to have WordPress itself installed. If you ### Repository Management -Members of the [Block Themers GitHub team](https://github.com/orgs/WordPress/teams/block-themers) have write access to the repository. The team is made up of contributors who have demonstrated a commitment to the project by making 2-3 meaninful contributions (similar to the [Gutenberg team requirements](https://developer.wordpress.org/block-editor/contributors/repository-management/#teams)). +Members of the [Block Themers GitHub team](https://github.com/orgs/WordPress/teams/block-themers) have write access to the repository. The team is made up of contributors who have: -If you meet this criterion of several meaningful contributions having been accepted into the repository and would like to be added to the Block Themers team, feel free to ask in the [#core-editor](https://make.wordpress.org/chat/) or [#core-themes](https://wordpress.slack.com/archives/C02RP4VMP) Slack channels. +- Demonstrated a commitment to improving how block themes are built in the editor +- Made 2-3 meaningful contributions to the plugin (similar to the [Gutenberg team requirements](https://developer.wordpress.org/block-editor/contributors/repository-management/#teams)) + +If you meet this criterion and would like to be added to the Block Themers team, feel free to ask in the [#core-editor](https://make.wordpress.org/chat/) or [#core-themes](https://wordpress.slack.com/archives/C02RP4VMP) Slack channels. If you are not a member of the team, you can still contribute by forking the repository and submitting a pull request.