When reporting a bug please include as much information as possible. Include the output of the plugin with the -verbose
and -debug
options.
If possible give a real-life example that can be tested (e.g., a public host)
- Always write clear log messages for your commits
- Check the code with ShellCheck
- Always format the code with shfmt
- Always log your changes in the ChangeLog file
- Always test the changes
make test
and be sure that all the tests are passed - If possible write some tests to validate the changes you did to the plugin