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.
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
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
Before submitting a pull request:
- Describe the problem.
- Explain the proposed change.
- Mention any database or setting changes.
- Include testing notes.
- Confirm no secrets are included.