Feel like OctoBot is missing a feature? We welcome your pull requests!
Few pointers for contributions:
- Create your PR against the dev branch, not master.
- New features need to contain unit tests and must be PEP8 compliant (max-line-length = 100).
- Use local variable only if it improves code clarity
- Always use comprehension list
- Use
try ... except
instead ofif
statetements whenif
is 99%True