Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Repository Management section to contributing docs #614

Merged
merged 6 commits into from
May 7, 2024
Merged
Changes from 3 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
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Welcome to Create Block Theme! All are welcome here.

We welcome contributions in all forms, including code, design, documentation, and triage.

There is a [GitHub project board](https://github.com/orgs/WordPress/projects/188/views/1) which is used to plan and track the progress of the plugin.

### Development Setup

The basic setup for development is:
Expand Down Expand Up @@ -50,6 +52,17 @@ There are several linter commands available to help ensure the plugin follows th

To test a WordPress plugin, you need to have WordPress itself installed. If you already have a WordPress environment setup, use the above Create Block Theme build as a standard WordPress plugin by putting the `create-block-theme` directory in your wp-content/plugins/ directory.

### 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:
Copy link
Member

Choose a reason for hiding this comment

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

Do you think this would be a good place to mention that the team can also be found in #core-editor in the Make Slack?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah that's a good idea - I've added a Discussions section which includes links to #core-editor, #outreach (as CBT is often discussed there) and I moved the link to the GH project board there too in 5dbf911.


- 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.
mikachan marked this conversation as resolved.
Show resolved Hide resolved

If you are not a member of the team, you can still contribute by forking the repository and submitting a pull request.

## Releasing a new version of Create Block Theme

We have an automated process for the release of new versions of Create Block Theme to the public.
Expand Down
Loading