Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

20 lines (11 loc) · 1.13 KB

Contributing to the Plugin Check plugin

Thank you for your interest in contributing to the Plugin Check plugin!

Coding standards

In general, all code must follow the WordPress Coding Standards and best practices. All code in the Plugin Check plugin must follow these requirements:

  • WordPress: The plugin's minimum WordPress version requirement is 6.3.
  • PHP: Always match the latest WordPress version. The minimum required version right now is 7.2.24.

Guidelines

  • As with all WordPress projects, we want to ensure a welcoming environment for everyone. With that in mind, all contributors are expected to follow our Code of Conduct.

  • All WordPress projects are licensed under the GPLv2+, and all contributions to Gutenberg will be released under the GPLv2+ license. You maintain copyright over any contribution you make, and by submitting a pull request, you are agreeing to release that contribution under the GPLv2+ license.

Reporting Security Issues

Please see SECURITY.md.