From a9a57a3082e4de0a56efe0b5d4fb72fe262efc59 Mon Sep 17 00:00:00 2001 From: James Campos Date: Thu, 15 Mar 2012 18:00:22 -0700 Subject: [PATCH] fix #332: separate versioning; add contributing --- readme.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0a9b4d33a..1ccc502bc 100644 --- a/readme.md +++ b/readme.md @@ -7,4 +7,16 @@ - Clone 4chan X. - `cd` into it and build with `cake build`. - For development (continuous builds), run `cake dev &`. Kill the process with `killall node`. -- Upgrade version with `cake -v VERSION upgrade`. + +# Releasing + +- Upgrade version with `cake -v VERSION upgrade`. Note that this is only used to +release new 4chan x versions, and is not needed or wanted in pull requests. + +# Contributing + +- Edit the changelog +- Edit the CoffeeScript source +- Build the JavaScript +- Fork the repo +- Send a pull request