Commit 551f07cf authored by Pavel Shutsin's avatar Pavel Shutsin

Mentioned breaking change label in contribution guide

Clarifies documentaiton related to using "breaking change" label

Changelog: other
parent a1033f87
...@@ -57,6 +57,10 @@ Most issues will have labels for at least one of the following: ...@@ -57,6 +57,10 @@ Most issues will have labels for at least one of the following:
- Priority: `~"priority::1"`, `~"priority::2"`, `~"priority::3"`, `~"priority::4"` - Priority: `~"priority::1"`, `~"priority::2"`, `~"priority::3"`, `~"priority::4"`
- Severity: ~`"severity::1"`, `~"severity::2"`, `~"severity::3"`, `~"severity::4"` - Severity: ~`"severity::1"`, `~"severity::2"`, `~"severity::3"`, `~"severity::4"`
Please add `~"breaking change"` label if the issue can be considered as a [breaking change](index.md#breaking-changes).
Please add `~security` label if the issue is related to application security.
All labels, their meaning and priority are defined on the All labels, their meaning and priority are defined on the
[labels page](https://gitlab.com/gitlab-org/gitlab/-/labels). [labels page](https://gitlab.com/gitlab-org/gitlab/-/labels).
......
...@@ -6,8 +6,8 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -6,8 +6,8 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Deprecation guidelines # Deprecation guidelines
This page includes information about how and when to remove or make breaking This page includes information about how and when to remove or make [breaking
changes to GitLab features. changes](../contributing/index.md#breaking-changes) to GitLab features.
## Terminology ## Terminology
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment