Contributing
Contributions to Native Content Relationships are welcome.
How to contribute
- Reporting issues — Open an issue on GitHub with steps to reproduce, WordPress/PHP versions, and expected vs actual behavior.
- Documentation — Fix typos or improve clarity in this docs site or the plugin readme via pull request.
- Code — Fork the repo, create a branch, make changes, run the project’s linter (
composer lintif available), and open a PR with a clear description.
Standards
- PHP — Follow WordPress coding standards; the project may use PHPCS with a custom ruleset.
- Stability — Avoid breaking the public API or database schema; new features should be backward compatible where possible.
- Hooks — Prefer existing hooks and filters over core edits when extending behavior.
Repository
- Source: GitHub — WP-Native-Content-Relationships
- Stability & versioning: See the Stability & Backward Compatibility section in the readme.
Thank you for contributing.