summaryrefslogtreecommitdiff
path: root/DEVELOPERS.md
diff options
context:
space:
mode:
authorGravatar Melissa Xie <melissa@thoughtbot.com>2014-11-24 14:27:01 -0500
committerGravatar Melissa Xie <melissa@thoughtbot.com>2014-11-24 14:27:01 -0500
commit21726c6e9eeb2f422749580528b41fb6d0b0b422 (patch)
treef555b6aef24bab6f28026e63664e985b588badae /DEVELOPERS.md
parent3433f9e2883e6a7f43e21ac0cfd233b2c74ee938 (diff)
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
Diffstat (limited to 'DEVELOPERS.md')
-rw-r--r--DEVELOPERS.md6
1 files changed, 2 insertions, 4 deletions
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: