Skip to content

Latest commit

 

History

History
executable file
·
34 lines (25 loc) · 2.02 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
34 lines (25 loc) · 2.02 KB

Contributing to WooCommerce Discontinued Products

Thank you for your interest in contributing back to WooCommerce Discontinued Products. Please help us review your issues and/or merge your pull requests by following the below guidelines.

NOTE: The issues section is for bug reports and feature requests only.

Support is not offered for this library, and the likelihood that the maintainers will respond is very low. If you need help, please use stackoverflow, or the wordpress.org plugin forums.

Before reporting a bug

  1. Search issues to see if the issue has been previously reported.

How to report a bug

  1. Specify the version number for both WordPress, WooCommerce and WooCommerce Discontinued Products.
  2. Describe the problem in detail. Explain what happened, and what you expected would happen.
  3. Provide a small test-case and a link to a gist containing any relevant code.
  4. If helpful, include a screenshot. Annotate the screenshot for clarity.

How to contribute to WooCommerce Discontinued Products

All contributions welcome. If you would like to submit a pull request, please follow the steps below.

  1. Make sure you have a GitHub account.
  2. Fork the repository on GitHub.
  3. Make changes to your clone of the repository.
    1. Please follow the WordPress code standards.
    2. If possible, and if applicable, please also add/update unit tests for your changes.
    3. Please add documentation to any new functions, methods, actions and filters.
    4. When committing, reference your issue (if present) and include a note about the fix.
  4. Submit a pull request.

Note: You may gain more ground and avoid unnecessary effort if you first open an issue with the proposed changes, but this step is not necessary.