Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.02 KB

File metadata and controls

42 lines (31 loc) · 1.02 KB

Contributing to OB Engine Community

Thanks for your interest in contributing.

OB Engine Community is an open-source WordPress automation engine focused on safe content operations, SEO workflows, translation cleanup, metadata mapping, and maintainer-friendly automation.

How to contribute

You can help by:

  • reporting bugs
  • improving documentation
  • suggesting workflow ideas
  • reviewing security assumptions
  • improving WordPress coding standards
  • testing dry-run workflows
  • improving translation handling
  • improving metadata mapping

Development principles

Please keep these principles in mind:

  • safety first
  • dry-run before writes
  • no unsafe auto-publish
  • no hardcoded secrets
  • clear audit logs
  • WordPress capability checks
  • nonce validation
  • readable code
  • backwards compatibility where practical

Pull requests

Before submitting a pull request:

  1. Describe the problem.
  2. Explain the proposed change.
  3. Mention any database or setting changes.
  4. Include testing notes.
  5. Confirm no secrets are included.