The common contribution guidelines also apply here for the most part. Some additions that are specific to aab
:
- Python version support: In order to support Anki 2.0 builds, it's important that your changes maintain backwards compatibility with Python 2.7
- Coding style conventions: Instead of the more idiosyncratic rules used by Anki add-ons,
aab
follows the guidelines employed by theblack
project
Thanks!