## Coding Guidelines * Use CamelCase variables * Tabs, not spaces, with tab width set to 4 * Tidy code with Tidy.exe before you create PR * Use Au3Check.exe for pre check code before you create PR * Follow https://www.autoitscript.com/wiki/Best_coding_practices ## Pull Request Guidelines * One change per pull request * DLLs, EXEs, and other executables may not be included * Pull Request title must give a brief overview of the change * When you change something in GUI, include before and after screenshot