diff --git a/content/guides/development_process.md b/content/guides/development_process.md
index bc8c2ac92200dc8625895a4558b176b694160cd9..11e25f9474b0ac934e44963c0d5840247cda2e2d 100644
--- a/content/guides/development_process.md
+++ b/content/guides/development_process.md
@@ -42,17 +42,6 @@ Clone the forked repository
 * Every commit must have an appropriate
   [`Signed-off-by:` tag]( {{< ref "contributions.md#sign-offs" >}} ) in
   the commit message.
-* Add a `Fixes: APERTIS-<task_id>` tag for each task in the proposed commit
-  messages (as explained in the section "Automatically closing tasks" below or
-  in the envelope message of the merge request itself) in order to link the
-  merge request to one or more tasks in Phabricator.
-* Note: The tag will ensure that Phabricator tasks are kept up-to-date with
-  regard to the status of related merge requests, through the creation of a new
-  comment with the link to the merge request every time a merge request is
-  created/updated/merged. This syntax has been chosen for the tag because it is
-  already
-  [supported by gitlab](https://docs.gitlab.com/ce/user/project/integrations/custom_issue_tracker.html).
-
 
 ## Merge Request