X-Git-Url: https://projects.mako.cc/source/mw/blobdiff_plain/fb328c2757462c9a7ea8ee85075b5c1b68e5d396..0ed615781d6e53236fe84cc5c9896956dea5a067:/HACKING diff --git a/HACKING b/HACKING index 6ceec4a..cdb6c6b 100644 --- a/HACKING +++ b/HACKING @@ -1,2 +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 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.