If you are a plugin user who has problems configuring Autoptimize (your site breaking in some way when activating AO) the place to get help is the Autoptimize support forum at wordpress.org.
If you are a developer and you think you discovered a bug in the code or if you have ideas for improvements, create an issue here on Github with a clear technical description.
If you are both developer & plugin user the choice is yours (it really depends on what type of support you need) ;-)
PR's are enthousiastically welcomed!
For optimal efficiency please take the following things into account:
- use the beta branch as master is frozen to be at the same level as the current version on wordpress.org.
- test your changes not only functionally, but also using the unit tests available (running
composer test
after having donecomposer install
and runningbin/install-wp-tests.sh
) - (new) code is supposed to follow the WordPress code guidelines, test using phpcs (install with
composer install
and then runvendor/squizlabs/bin/phpcs
against your changed/ added file
When in doubt or in need of guidance/ help create an issue describing what you would like to change and we'll figure it out! :-)
Frank