Skip to content
Snippets Groups Projects
Commit ae56e455 authored by Craig Gomes's avatar Craig Gomes
Browse files

Added issue creation workflow

parent 8ac7d0c4
No related branches found
No related tags found
1 merge request!87271Added issue creation workflow for Sharding Group handbook entry
......@@ -68,6 +68,7 @@ With the globally distributed nature of this team, it is unlikely that we will h
 
## Work
We follow the GitLab [engineering workflow](/handbook/engineering/workflow/) guidelines. To bring an issue to our attention please add the `~"group::sharding"` label along with any other relevant labels. If it is an urgent issue, please reach out to the Product Manager or Engineering Manager listed in the [Stable Counterparts](/handbook/engineering/development/enablement/sharding/#stable-counterparts) section above.
- Issue Creation Workflow - our issue creation workflow can be viewed [here](./issue-creation-workflow.html)
 
### Boards
 
......
---
layout: handbook-page-toc
title: Sharding Group - Issue Creation Workflow
description: "A simple description and diagram describing our issue creation workflow"
---
## On this page
{:.no_toc .hidden-md .hidden-lg}
- TOC
{:toc .hidden-md .hidden-lg}
## Overview
This diagram describes our issue creation workflow.
```mermaid
graph TD
Create[Create Issue] --> is_group{Will<br>Group::Sharding<br>own this issue};
is_group -->|Yes| group_sharding[label group::sharding];
is_group -->|No| other_group[label appropriate group];
group_sharding --> is_active{To be completed<br> within 3 milestones}
is_active -->|Yes| active[label sharding::active]
is_active -->|No| milestone
active --> milestone
other_group --> sharding_blocker[label sharding-blocker]
sharding_blocker --> milestone[add appropriate milestone]
milestone --> epic[add to appropriate epic]
```
Notes
- Adding `sharding::active` will make the issue visible on the [Sharding build board](https://gitlab.com/groups/gitlab-org/-/boards/2594854?scope=all&utf8=%E2%9C%93&label_name[]=group%3A%3Asharding&label_name[]=sharding%3A%3Aactive)
- The `sharding-blocker` label is typically only used for groups other than `group::sharding`
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment