From 8dbe93c1c44cc97d922167fa7e3938546fddd44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20R=C3=ADos=20Saavedra?= Date: Thu, 22 Sep 2022 09:20:28 +0200 Subject: [PATCH] Add PRs note to the contributing guidelines (#7340) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a note regarding splitting the PR if it changes several containers. Signed-off-by: Rafael Ríos Saavedra Signed-off-by: Rafael Ríos Saavedra --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 51c07dff1159..7c804d59e0bc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,6 +9,8 @@ Any type of contribution is welcome: new features, bug fixes, documentation impr 1. Fork this repository, develop, and test your changes. 2. Submit a pull request. +***NOTE***: To make the Pull Requests' (PRs) testing and merging process easier, please submit changes to multiple containers in separate PRs. + ### Requirements When submitting a PR make sure that: