diff options
author | Fabio Busatto (OOO until 19/3) <fabio@gitlab.com> | 2018-03-12 15:39:58 +0000 |
---|---|---|
committer | bikebilly <fabio@gitlab.com> | 2018-06-18 08:44:15 -0400 |
commit | bec95d6af5bc11d93382ca94566f90927bbd00d3 (patch) | |
tree | ef656138c94d97440c47efede32fb0fa7ad1798a /PROCESS.md | |
parent | 7c9c865179bf2a5dfb12d8e594c9695d64d33678 (diff) | |
download | gitlab-ce-bec95d6af5bc11d93382ca94566f90927bbd00d3.tar.gz |
Better clarify the process
Diffstat (limited to 'PROCESS.md')
-rw-r--r-- | PROCESS.md | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/PROCESS.md b/PROCESS.md index df415f3b9a7..7c1ace4b758 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -244,22 +244,17 @@ users. Despite that, ~regression label itself is not a [priority label]. When a regression is found: 1. Create an issue describing the problem in the most detailed way possible -2. Label the issue properly, using the [team label](../CONTRIBUTING.md#team-labels-ci-discussion-edge-platform-etc), +1. Label the issue properly, using the [team label](../CONTRIBUTING.md#team-labels-ci-discussion-edge-platform-etc), the [subject label](../CONTRIBUTING.md#subject-labels-wiki-container-registry-ldap-api-etc) and any other label that may apply in the specific case -3. Add the ~bug and ~regression labels -4. Add the proper milestone - -If the regression is relevant and not just a minor fix, ping the Product Manager -in the issue, see [product categories](https://about.gitlab.com/handbook/product/categories/) -to find who manages that specific area of the Product. In case you are in doubt -to ping or not, do it. - -A very important step is helping the PM to understand the impact the regression -may have on users, by providing examples and how to reproduce it. This will -allow proper scheduling. Feel free to put ~"Next Patch Release" label to the -issue so the fix can start immediately, the PM will discuss and prioritize it as -needed if necessary. +1. Add the ~bug and ~regression labels +1. Add the proper milestone +1. If possible, provide links to real examples and how to reproduce the problem + +Feel free to put ~"Next Patch Release" label to the issue so the fix can start +as soon as possible. You can ping the Engineering Manager or the Product Manager +for the relative area area to make them aware of the issue earlier. They will +analyze the priority and take proper actions if needed. ## Release retrospective and kickoff |