From 6cc5db35de29fb93e5c98a5fa8ae52d1766d5287 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 17 Apr 2018 05:39:39 -0700 Subject: [PATCH] Document use of GitHub projects in Repository Management (#6178) --- docs/repository-management.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/repository-management.md b/docs/repository-management.md index 2f8ed7ecff722..82d6ee6991e4a 100644 --- a/docs/repository-management.md +++ b/docs/repository-management.md @@ -13,6 +13,7 @@ This document covers: - [Design Review](#design-review) - [Merging Pull Requests](#merging-pull-requests) - [Closing Pull Requests](#closing-pull-requests) +- [Projects](#projects) ## Issues @@ -145,3 +146,12 @@ If you’d like a template to follow: > > For more details, please see ____ and ____. +## Projects + +We use [GitHub projects](https://github.com/WordPress/gutenberg/projects) to keep track of details that aren't immediately actionable, but that we want to keep around for future reference. + +Some key projects include: + +* [Customization](https://github.com/WordPress/gutenberg/projects/13) - Blocks and tasks needed for customization in Gutenberg. +* [Extensibility](https://github.com/WordPress/gutenberg/projects/14) - Comprises the entirety of extensibility APIs. See [Native Gutenberg Extensibility Overview](https://github.com/WordPress/gutenberg/issues/3330) for more details. +* [Third-Party Compatibility](https://github.com/WordPress/gutenberg/projects/15) - Issue that impact Gutenberg's adoption in the real world.