Skip to content

Draft: Rename "Manage" stage to "Foundations"

Jeff Tucker requested to merge jtucker/rename-manage-stage-v2 into master

Overview

This is part of a series of merge requests to implement the changes agreed upon in https://gitlab.com/gitlab-com/Product/-/issues/13078+. We're implementing the issue across merge requests to simplify review of each step.

  1. Implement the team structure (!134129 (merged))
  2. Rename the Foundations group to "Personal productivity" (!134353 (merged))
  3. Rename the Manage stage to "Foundations" [you are here]

Executive approval for the entire sequence was provided in !134129 (merged). We only need CODEOWNERS approval for this MR.

Changes in this MR

This MR renames the "Manage" stage to "Foundations". Once merged, the Stage-Formerly-Known-As-Manage will have the following structure:

graph LR;
  s_manage["Stage: Foundations"]-->g_foundations["Group: Personal productivity"];
  s_manage-->g_design["Group: Design System"];
  s_manage-->g_papercuts["Group: UX Paper cuts"];
  s_manage-->g_import["Group: Import & Integrate"];
  g_foundations-->c_nav["Category: Navigation"];
  g_foundations-->c_settings["Category: Settings"];
  g_foundations-->c_notifications["Category: Notifications"];
  g_design-->c_design["Category: Pajamas"];
  g_import-->c_api["Category: API"];
  g_import-->c_integrations["Category: Integrations"];
  g_import-->c_webhooks["Category: Webhooks"];
  g_import-->c_importers["Category: Importers"];
  g_import-->c_i18n["Category: Internationalization"];

Specific changes:

  • Updates stage name and key in stages.yml
  • Changes direction page to /direction/foundations
  • Revises content within handbook pages to reference "Foundations stage" instead of "Manage stage"
  • Updates previous release posts to point to new stage name
Edited by Jeff Tucker

Merge request reports