Merge pull request #335 from aeosynth/332
fix #332: separate versioning; add contributing
This commit is contained in:
commit
079a115088
14
readme.md
14
readme.md
@ -7,4 +7,16 @@
|
|||||||
- Clone 4chan X.
|
- Clone 4chan X.
|
||||||
- `cd` into it and build with `cake build`.
|
- `cd` into it and build with `cake build`.
|
||||||
- For development (continuous builds), run `cake dev &`. Kill the process with `killall node`.
|
- 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 CoffeeScript source
|
||||||
|
- Build the JavaScript
|
||||||
|
- If the edits affect regular users, edit the changelog
|
||||||
|
- Fork the repo
|
||||||
|
- Send a pull request
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user