Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (24 loc) · 2.11 KB

CONTRIBUTING.md

File metadata and controls

38 lines (24 loc) · 2.11 KB

Contribute to WP-Origination

Bug reports, patches, translations and any kind of contributions are very welcome. When contributing, please ensure you stick to the following guidelines.

Writing a Bug Report

When writing a bug report...

  • open an issue
  • follow the guidelines specified in the issue template

We will take a look at your issue and either assign it keywords and a milestone or get back to you if there are open questions.

Contributing Code

When contributing code...

  • Fork the develop branch of the repository on GitHub.
  • Make changes to the forked repository.
    • Write code that is backward-compatible with WordPress 5.2 and PHP 7.0.
    • Make sure you stick to the WordPress coding standards.
    • Make sure you document the code properly.
    • Test your code with the constant WP_DEBUG enabled.
  • When committing, in addition to a note about the fix, please reference your issue (if present).
  • Push the changes to your fork and submit a pull request to the develop branch.
  • Follow the guidelines specified in the pull request template.

After that we will review the pull-request as soon as possible and either merge it, make suggestions on improvements or ask you for further details about your implementation.

Contributor License Agreement

Contributions to this project must be accompanied by a Contributor License Agreement. You (or your employer) retain the copyright to your contribution; this simply gives us permission to use and redistribute your contributions as part of the project. Head over to https://cla.developers.google.com/ to see your current agreements on file or to sign a new one.

You generally only need to submit a CLA once, so if you've already submitted one (even if it was for a different project), you probably don't need to do it again.

Community Guidelines

This project follows Google's Open Source Community Guidelines.