From a24d80a723c2ef3e0da0b21beb9f4e11e5a82298 Mon Sep 17 00:00:00 2001
From: Alexis <flexibeast@gmail.com>
Date: Sun, 3 Nov 2019 10:39:39 +1100
Subject: [PATCH] Move paragraph about CONTRIBUTING to start of README.

---
 README.md | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 85abe896c27..6870df7a9da 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,11 @@ The included `xbps-src` script will fetch and compile the sources, and install i
 files into a `fake destdir` to generate XBPS binary packages that can be installed
 or queried through the `xbps-install(1)` and `xbps-query(1)` utilities, respectively.
 
+See [Contributing](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md)
+for a general overview of how to contribute and the
+[Manual](https://github.com/void-linux/void-packages/blob/master/Manual.md)
+for details of how to create source packages.
+
 ### Requirements
 
 - GNU bash
@@ -443,10 +448,3 @@ Once the build has finished, you can specify the path to the local repository to
     # cd void-mklive
     # make
     # ./mklive.sh ... -r /path/to/hostdir/binpkgs
-
-### Contributing
-
-See [Contributing](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md)
-for a general overview of how to contribute and the
-[Manual](https://github.com/void-linux/void-packages/blob/master/Manual.md)
-for details of how to create source packages.