From 5ce8940e61c63dd036d12707530e5bbc4c2e510f Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Fri, 24 Jul 2020 14:34:28 +0200 Subject: [PATCH] Add more instruction for adding and removing packages [skip ci] --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 6230cb7..9fd11c3 100644 --- a/README.rst +++ b/README.rst @@ -28,6 +28,14 @@ dependencies. Once the file is modified, commit the changes to a **new branch**, with a suggestive name. Push the branch and merge it to the master (or ask it to be merged), via a standard merge request. +**You have to** add this package to ``bob/bob`` and ``bob/docs`` repositories as well. + +Removing a Package +------------------ + +Once you remove a package from ``order.txt``, make sure to remove it from ``bob/bob`` +and ``bob/docs`` repositories as well. + Contact ------- -- GitLab