-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: Organize Contributors Guide (#19853)
* Simplify CONTRIBUTING.md to be just guidelines We don't need to include too much here because the real information for contributing is in the handbook. This page is a standard page for Github repos, so trimming it down to just a few links to sections in the handbook. Plus the policies for code of conduct and GPL. * Add design contribution from CONTRIBUTING.md to design page * Cleanup and organize Contributors Guide * Use consistent Contributors Guide title * Move Principles and catch-all docs to Project Overview section * Switch background to more relevant repository management * Apply suggestions from code review Thanks for the fixes 👍 Co-Authored-By: Chris Van Patten <[email protected]> * Fix extra newlines * Standardize on Contributor Guide, matches core handbook * Update manifest Co-authored-by: Chris Van Patten <[email protected]>
- Loading branch information
1 parent
9e3c713
commit ba2495f
Showing
6 changed files
with
110 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,33 @@ | ||
# Contributor Documentation | ||
# Contributor Guide | ||
|
||
Welcome to the Gutenberg Project Contributors Guide. | ||
Welcome to the Gutenberg Project Contributor Guide. This guide is here to help you get setup and start contributing to the project. If you have any questions, you'll find us in the #core-editor channel in the WordPress Core Slack, [free to join](https://make.wordpress.org/chat/). | ||
|
||
The following guidelines are in place to create consistency across the project and the numerous contributors. See the [Contributing Documentation](https://github.com/WordPress/gutenberg/blob/master/CONTRIBUTING.md) for technical details around setup, and submitting your contributions. | ||
Gutenberg is a sub-project of Core WordPress. Please see the [Core Contributor Handbook](https://make.wordpress.org/core/handbook/) for additional information. | ||
|
||
## Philosophy | ||
## Sections | ||
|
||
* [Architectural and UX Principles of Gutenberg](/docs/contributors/principles.md) | ||
Find the section below based on what you are looking to contribute: | ||
|
||
## Sections | ||
- Code? See the [developer section](/docs/contributors/develop.md). | ||
|
||
- Design? See the [design section](/docs/contributors/design.md). | ||
|
||
- Documentation? See the [documentation section](/docs/contributors/document.md) | ||
|
||
- Triage Support? See the [triaging issues section](/docs/contributors/repository-management/#triaging-issues) | ||
|
||
- Internationalization? See the [localizing and translating section](/docs/contributors/localizing.md) | ||
|
||
### Repository Management | ||
|
||
The Gutenberg project uses Github for managing code and tracking issues. Please see the following sections for the project methodologies using Github. | ||
|
||
- [Issue Management](/docs/contributors/repository-management.md#issues) | ||
|
||
- [Pull Requests](/docs/contributors/repository-management.md#pull-requests) | ||
|
||
The contributors guide has the following different sections by contribution type: | ||
- [Teams and Projects](/docs/contributors/repository-management.md#teams) | ||
|
||
* [Design Contributions](/docs/contributors/design.md) | ||
* [Developer Contributions](/docs/contributors/develop.md) | ||
* [Documentation Contributions](/docs/contributors/document.md) | ||
## Guidelines | ||
|
||
See the [Contributing Guidelines](https://github.com/WordPress/gutenberg/blob/master/CONTRIBUTING.md) for the rules around contributing: This includes the code of conduct and licensing information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters