Open
Description
This is not really a bug but more coding practice, but some modules like this one have options with a default value set and the required flag set to false. It makes more sense to have options set as required in this case.
This not a big deal, but fixing this will avoid copy/pasting this over and over (e.g. here).