Skip to content

Rename "Foundations" group to "Personal productivity"

Jeff Tucker requested to merge jtucker/rename-foundations-group 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" [you are here]
  3. Rename the Manage stage to "Foundations" (!134359)

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 "Foundations" group to "Personal productivity". Once merged, the Manage stage will have the following structure:

graph LR;
  s_manage["Stage: Manage"]-->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 group name and key in stages.yml
  • Changes direction page to /direction/manage/personal_productivity
  • Revises content within handbook pages to reference "Personal productivity group" instead of "Foundations group"
Edited by Jeff Tucker

Merge request reports