Skip to content

Commit

Permalink
Add Repository Management section to contributing docs (#614)
Browse files Browse the repository at this point in the history
* Add Repository Management section

* Add bullet point list to Repository Management section

* Add link to GH project board

* Update CONTRIBUTING.md

Co-authored-by: Vicente Canales <1157901+vcanales@users.noreply.github.com>

* Remove link to core-themes channel

* Add Discussions section with links to Slack

---------

Co-authored-by: Vicente Canales <1157901+vcanales@users.noreply.github.com>
  • Loading branch information
mikachan and vcanales authored May 7, 2024
1 parent c9d1b43 commit 9612377
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Welcome to Create Block Theme! All are welcome here.

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

### Discussions

Contributors can be found in the [#core-editor](https://make.wordpress.org/chat/) and [#outreach](https://wordpress.slack.com/archives/C015GUFFC00) channels in [Make WordPress Slack](https://make.wordpress.org/chat).

There is also 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 +56,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:

- 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 criteria and would like to be added to the Block Themers team, feel free to ask in the [#core-editor](https://make.wordpress.org/chat/) Slack channel.

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

0 comments on commit 9612377

Please sign in to comment.