From f2e2e0c3662fc90e976487568c221937003e5cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Wed, 20 Oct 2021 09:40:59 +0200 Subject: [PATCH] docs: Update CONTRIBUTING.rst Be more precise in contributing instructions. --- CONTRIBUTING.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f57ec5e..312c6d8 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -42,5 +42,7 @@ Pull Request Process 6. Write a `good commit message `_. + If the pull request has multiple commits, each must be atomic (single + irreducible change that makes sense on its own). 7. Then, open a pull request.