mirror of
https://github.com/Drakkar-Software/OctoBot.git
synced 2022-03-03 23:52:26 +03:00
487 B
487 B
Contribute to OctoBot
Feel like our bot is missing a feature? We welcome your pull requests! Few pointers for contributions:
Create your PR against the develop branch, not master.
New features need to contain unit tests and must be PEP8 conformant (max-line-length = 100).
OctoBot additional coding style
- Use local variable only if it improves code clarity
- Always use comprehension list
- Use
try ... exceptinstead ofifstatetements whenifis 99%True