My git repositories
I use Github for ‘development’ and Codeberg as a mirror.
‘Notable’ repositories I maintain:
- zadanko a math worksheet generator
- dbcpy a python library for parsing DBC files
- item generator a simple item generator for TrinityCore
Contributing etiquette
- use Github’s pull request feature
- sign commits with your GPG key
- ensure that your commits have meaningful comments
- if your contribution is big, make a separate branch
- provide test-cases when possible