I welcome all contributions to this plugin that will help make it better and more useful for everyone who uses it. Please follow a couple of guidelines when coding as outlined below.
For convenience coding standard rules, compatible with Roots guidelines are provided, along with proper .editorconfig file.
You can check if your contribution passes the styleguide by installing PHP CodeSniffer and running the following in your project directory:
phpcs --standard=ruleset.xml --extensions=php -n -s .
- Use
Sagextras\
namespace - Use short array syntax
- Use short echo syntax
Please make sure your pull requests contain a clear decription of the changes you've made before submitting. Thanks!