From 21726c6e9eeb2f422749580528b41fb6d0b0b422 Mon Sep 17 00:00:00 2001 From: Melissa Xie Date: Mon, 24 Nov 2014 14:27:01 -0500 Subject: Expand on instructions for contributors to get started These changes: * add the steps needed to get set up * update the docs regarding mandatory tests * clarify release instructions * fix documentation formatting --- DEVELOPERS.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'DEVELOPERS.md') diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 5a92da8..8e6f327 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -4,11 +4,9 @@ Developers Making a release ---------------- -1. Bump the version in `configure.ac`, in `AC_INIT`. +1. Bump the version within the `AC_INIT` macro call in `configure.ac`. -2. Update the build system. This depends on GNU autoconf and GNU automake. - - ./autogen.sh +2. Update the build system by running: `./autogen.sh`. 3. Build the packages: -- cgit v1.2.3