Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 3.98 KB

CONTRIBUTING.md

File metadata and controls

60 lines (43 loc) · 3.98 KB

Contribution Guidelines

Yoast logo

Before filing a bug report or a feature request, be sure to read the contribution guidelines.

How to use GitHub

We use GitHub exclusively for well-documented bugs, feature requests and code contributions. Communication is always done in English.

To receive free support for WordPress SEO we have the following channels:

If you have purchased one of our premium plugins, we will give you personal support via email, please see your purchase email for details.

Thanks for your understanding.

Security issues

Please do not report security issues here. Instead, email them to security at yoast dot com so we can deal with them securely and quickly.

I have found a bug

Before opening a new issue, please:

  • update to the newest versions of WordPress and the Yoast SEO plugins.
  • search for duplicate issues to prevent opening a duplicate issue. If there is already an open existing issue, please comment on that issue.
  • check our knowledge base for your issue. There are a lot of common errors documented there with possible solutions.
  • follow our New issue template when creating a new issue.
  • check for plugin and theme conflicts. Please report your findings in the issue.
  • check for JavaScript errors with your browser's console. Please report your findings in the issue.
  • add as much information as possible. For example: add screenshots, relevant links, step by step guides etc.

I have a feature request

Before opening a new issue, please:

  • search for duplicate issues to prevent opening a duplicate feature request. If there is already an open existing request, please leave a comment there.
  • add as much information as possible. For example: give us a clear explanation of why you think the feature request is something we should consider for the Yoast SEO plugins.

I want to create a patch

Community made patches, localizations, bug reports and contributions are very welcome and help Yoast SEO remain the #1 SEO plugin for WordPress.

When contributing please ensure you follow the guidelines below so that we can keep on top of things.

Submitting an issue you found

Make sure your problem does not exist as a ticket already by searching through the existing issues. If you cannot find anything which resembles your problem, please create a new issue.

Fixing an issue

  • Fork the repository on GitHub (make sure to use the trunk branch, not main).
  • Make the changes to your forked repository.
  • Ensure you stick to the WordPress Coding Standards and you properly document any new functions, actions and filters following the documentation standards.
  • When committing, reference your issue and include a note about the fix.
  • Push the changes to your fork and submit a pull request to the 'trunk' branch of the Yoast SEO repository.

We will review your pull request and merge when everything is in order. We will help you to make sure the code complies with the standards described above.

'Patch welcome' issues

Some issues are labeled 'patch-welcome'. This means we see the value in the particular enhancement being suggested but have decided for now not to prioritize it. If you however decide to write a patch for it, we'll gladly include it after some code review.

Additional Resources