Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.77 KB

File metadata and controls

46 lines (30 loc) · 1.77 KB

Contribution Guidelines

Thanks for your interest in improving Comment Experience.

Support, bugs, and feature requests

We use GitHub for well-documented bug reports, feature requests, and code contributions. Communication is in English.

Reporting a bug

Before opening a bug report, please:

  • Update WordPress and the plugin to the latest available versions.
  • Check whether the issue has already been reported.
  • Follow the issue template and include clear reproduction steps.
  • Add screenshots, relevant links, logs, or other context where helpful.

If you still need to report a bug, open an issue.

Requesting a feature

Before opening a feature request, please:

  • Check whether the idea has already been suggested.
  • Explain the problem you are trying to solve.
  • Share enough context for us to understand the use case and expected outcome.

Submitting a patch

Community contributions are welcome.

  1. Fork the repository.
  2. Create a branch for your change.
  3. Make your update.
  4. Follow the WordPress Coding Standards and relevant inline documentation standards.
  5. Run the relevant checks before submitting.
  6. Open a pull request against the default branch used by this repository.

Additional resources