X-Git-Url: https://projects.mako.cc/source/mw/blobdiff_plain/b21cc60a3bccf2ec4f477d07245df31b376ab316..d52556ced7b7f067070beacb17c735cfd3d2070e:/HACKING diff --git a/HACKING b/HACKING index 9310083..cdb6c6b 100644 --- a/HACKING +++ b/HACKING @@ -1,6 +1,18 @@ -Run this awesome whatnot with: - PYTHONPATH=$PWD/src bin/mw + _____________________________ +< Patches are always welcome! > + ----------------------------- + \ ,__, + \ (oo)____ + (__) )\ + ||--|| * + +The preferred method of submitting patches is by forking the repository, +committing changes, and then making the repository accessible. This is most +easily done on GitHub, but you can put it anywhere I can get it. Changing how something already works in the .mw metadir requires a damn -good reason and we don't want to introduce incompatibilities at all in -the tree. On the other hand, patches are greatly welcomed! +good reason since we don't want to introduce incompatibilities at all in +the tree. + +Code submitted should follow PEP 8. If it doesn't, I'll modify your changes (in +later commits) until they are in line that style.