Editing content and creating pull requests
Edits made on the canvas (typo fixes, alt text, metadata) ship as commits on a fresh branch and open as a pull request.
From canvas to PR#
Make the change on the canvas (alt-click an element, edit, save). Weblooks writes the change to a feature branch named weblooks/<short-id>and opens a pull request with the page diff in the description. The original element location is linked in the PR for reviewer context.
Review and merge workflow#
PRs go through the same review process as any other code change. The pull request UI shows the rendered before/after, the file diff, and any CI checks you have configured. Merging is done in GitHub, not in Weblooks.