From 3266624c0183522c71e6019cadbf765cdfeae907 Mon Sep 17 00:00:00 2001 From: Vishal Tak <vtak@gitlab.com> Date: Tue, 16 Jul 2024 12:44:19 +0000 Subject: [PATCH] Update 2 files - /.gitlab/issue_templates/Remote Development Workspaces Category - issue.md - /.gitlab/issue_templates/Remote Development group - Workspaces Category - issue.md --- .gitlab/issue_templates/Web IDE Category - issue.md | 8 ++++---- ...Category - issue.md => Workspaces Category - issue.md} | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) rename .gitlab/issue_templates/{Remote Development Workspaces Category - issue.md => Workspaces Category - issue.md} (91%) diff --git a/.gitlab/issue_templates/Web IDE Category - issue.md b/.gitlab/issue_templates/Web IDE Category - issue.md index 4271cbf96edf9..a9934f9542f3e 100644 --- a/.gitlab/issue_templates/Web IDE Category - issue.md +++ b/.gitlab/issue_templates/Web IDE Category - issue.md @@ -17,14 +17,14 @@ The first line of this issue description must be one of the following: ...and the first description line of the MR should be `Issue: <Issue link with trailing +>` For more context, see: -https://about.gitlab.com/handbook/engineering/development/dev/create/ide/index.html#relationship-of-issues-to-mrs +https://handbook.gitlab.com/handbook/engineering/development/dev/create/remote-development/#relationship-of-issues-to-mrs --> <!-- The following sections should be filled out as part of the refinement process before the issue is prioritized. For more context, see: -https://about.gitlab.com/handbook/engineering/development/dev/create/ide/#2-pre-iteration-planning-meeting +https://handbook.gitlab.com/handbook/engineering/development/dev/create/remote-development/#2-pre-iteration-planning-meeting --> ## Description @@ -66,7 +66,7 @@ TODO: Fill out or delete (optional) /label ~"Category:Web IDE" /label ~"section::dev" /label ~"devops::create" -/label ~"group::ide" +/label ~"group::remote development" <!-- Replace with other type, e.g. bug or maintenance, if appropriate --> @@ -76,7 +76,7 @@ TODO: Fill out or delete (optional) /label ~"feature::addition" -<!-- By default, all issues start in the unprioritized status. See https://about.gitlab.com/handbook/engineering/development/dev/create/ide/#-remote-development-planning-process --> +<!-- By default, all issues start in the unprioritized status. See https://handbook.gitlab.com/handbook/engineering/development/dev/create/remote-development/#-planning-process --> /label ~"webide-workflow::unprioritized" diff --git a/.gitlab/issue_templates/Remote Development Workspaces Category - issue.md b/.gitlab/issue_templates/Workspaces Category - issue.md similarity index 91% rename from .gitlab/issue_templates/Remote Development Workspaces Category - issue.md rename to .gitlab/issue_templates/Workspaces Category - issue.md index b127a2a92c059..82bc843570b81 100644 --- a/.gitlab/issue_templates/Remote Development Workspaces Category - issue.md +++ b/.gitlab/issue_templates/Workspaces Category - issue.md @@ -62,18 +62,18 @@ TODO: Fill out or delete (optional) [Provide a user story to illustrate the use case for this feature/enhancement. Include examples to help communicate the intended functionality.] -/label ~"Category:Remote Development" +/label ~"Category:Workspaces" /label ~"section::dev" /label ~"devops::create" -/label ~"group::ide" +/label ~"group::remote development" <!-- Replace with other type, e.g. bug or maintenance, if appropriate --> /label ~"type::feature" <!-- Replace with other subtype if appropriate --> /label ~"feature::addition" -<!-- By default, all issues start in the unprioritized status. See https://about.gitlab.com/handbook/engineering/development/dev/create/ide/#-remote-development-planning-process --> -/label ~"rd-workflow::unprioritized" +<!-- By default, all issues start in the unprioritized status. See https://handbook.gitlab.com/handbook/engineering/development/dev/create/remote-development/#-planning-process --> +/label ~"workspaces-workflow::unprioritized" <!-- For simplicity and to avoid triage bot warnings about missing workflow labels, we will default to issues starting at the refinement phase --> /label ~"workflow::refinement" -- GitLab