-
All contributors are expected to follow our Code of Conduct, to ensure a welcoming environment for everyone.
-
Contributors should review the WordPress PHP coding standards, JavaScript coding standards, and accessibility coding standards. Accessibility in particular should be top of mind and thoroughly tested.
-
You maintain copyright over any contribution you make. By submitting a pull request, you agree to release that code under our license.
-
Before opening a pull request, please first discuss the change you wish to make via an issue or discussion.
Please see SECURITY.md.
Please see our guide to setting up a local development environment.
Remote Data Blocks uses semantic versioning.
- Checkout the
trunkbranch and ensure it is up to date. - Run the release script:
./bin/release <major|minor|patch> - Push the new release branch to the remote repository and create a pull request.
- Merge the pull request into
trunk.
A new release will be automatically published on GitHub via GitHub Actions.