块编辑器开发文档

💡 云策文档标注

概述

本文档是参与 Gutenberg 项目代码贡献的入门指南,介绍了讨论渠道、开发平台和贡献者资源。

关键要点

  • 讨论渠道:通过 Make WordPress Core 博客获取最新开发信息,并在 Make WordPress Slack 的 #core-editor 和 #core-js 频道进行实时开发讨论。
  • 开发平台:Gutenberg 项目使用 GitHub 管理代码和跟踪问题,主要仓库位于 https://github.com/WordPress/gutenberg,建议从 good first issue 和 good first review 标签开始贡献。
  • 贡献者资源:包括开发环境设置、Git 工作流、编码指南、测试概述、无障碍测试、npm 包管理、发布流程以及 React Native 移动编辑器贡献指南。

📄 原文内容

A guide on how to get started contributing code to the Gutenberg project.

Discussions

The Make WordPress Core blog is the primary spot for the latest information around WordPress development, including announcements, product goals, meeting notes, meeting agendas, and more.

Development discussions take place in real-time in the #core-editor and #core-js channels in Make WordPress Slack (registration required).

Development Hub

The Gutenberg project uses GitHub to manage code and track issues. The main repository is at: https://github.com/WordPress/gutenberg.

Browse the issues list to find issues to work on. The good first issue and good first review labels are good starting points.

Contributor resources