tweak
[mw] / HACKING
1  _____________________________
2 < Patches are always welcome! >
3  -----------------------------
4        \   ,__,
5         \  (oo)____
6            (__)    )\
7               ||--|| *
8
9 The preferred method of submitting patches is by forking the repository,
10 committing changes, and then making the repository accessible. This is most
11 easily done on GitHub, but you can put it anywhere I can get it.
12
13 Changing how something already works in the .mw metadir requires a damn
14 good reason since we don't want to introduce incompatibilities at all in
15 the tree.
16
17 Code submitted should follow PEP 8. If it doesn't, I'll modify your changes (in
18 later commits) until they are in line that style.

Benjamin Mako Hill || Want to submit a patch?