Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 1.46 KB

Contributing to the Performance Lab plugin

Thank you for your interest in contributing to the Performance Lab plugin! Complete documentation for getting started and contributing to the plugin is available in the Performance Lab section of our Performance Team Handbook.

Coding standards

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

  • WordPress: As of Performance Lab v2.7.0, released October 16, 2023, 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.0.

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.