Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 680 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 680 Bytes

How to contribute

Submitting bugs

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)

Submitting changes

  • 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