From a4ad833332eafe2c47c6a62fecd39f3f0fbcd38a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 13 Dec 2014 03:46:37 +0100 Subject: [PATCH] CONTRIBUTING.md: fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a68663624..a78f828374 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,7 +64,7 @@ xbump Once you successfully build the package at least on x86 (building it on armv* is recommended too) you can start a pull request. -Most pull request should only contain a single package and it's dependencies which are not part of void-packages yet. +Most pull request should only contain a single package and its dependencies which are not part of void-packages yet. If you make updates to packages containing a soname bump you also need to revbump all packages that are dependant. Those packages should also be part of the same pull request.