summaryrefslogtreecommitdiff
path: root/doc/development/contributing/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/contributing/index.md')
-rw-r--r--doc/development/contributing/index.md14
1 files changed, 2 insertions, 12 deletions
diff --git a/doc/development/contributing/index.md b/doc/development/contributing/index.md
index 12fd7c3dc12..6999ffe810e 100644
--- a/doc/development/contributing/index.md
+++ b/doc/development/contributing/index.md
@@ -186,21 +186,11 @@ reasons for including it.
Mention a maintainer in merge requests that contain:
- More than 500 changes.
-- Any major [breaking changes](#breaking-changes).
+- Any major [breaking changes](../deprecation_guidelines/index.md).
- External libraries.
If you are not sure who to mention, the reviewer will do this for you early in the merge request process.
-#### Breaking changes
-
-A "breaking change" is any change that requires users to make a corresponding change to their code, settings, or workflow. "Users" might be humans, API clients, or even code classes that "use" another class. Examples of breaking changes include:
-
-- Removing a user-facing feature without a replacement/workaround.
-- Changing the definition of an existing API (by doing things like re-naming query parameters or changing routes).
-- Removing a public method from a code class.
-
-A breaking change can be considered "major" if it affects many users, or represents a significant change in behavior.
-
#### Issues workflow
This [documentation](issue_workflow.md) outlines the current issue workflow:
@@ -218,7 +208,7 @@ This [documentation](issue_workflow.md) outlines the current issue workflow:
This [documentation](merge_request_workflow.md) outlines the current merge request process.
-- [Merge request guidelines](merge_request_workflow.md#merge-request-guidelines)
+- [Merge request guidelines](merge_request_workflow.md#merge-request-guidelines-for-contributors)
- [Contribution acceptance criteria](merge_request_workflow.md#contribution-acceptance-criteria)
- [Definition of done](merge_request_workflow.md#definition-of-done)
- [Dependencies](merge_request_workflow.md#dependencies)