Skip to main content
When a task is complete, Tembo opens a pull request. You review it, use the feedback loop to iterate, and merge when ready.

What’s in a Tembo PR

  • Clear description of the problem and solution
  • Follows your coding standards via rule files
  • Links to the original issue, error, or task
  • Tests when appropriate
  • Signed and verified commits (GitHub)
  • Uses your PR template if one exists

PR templates

Tembo checks for templates in these locations:
  • /.github/pull_request_template.md
  • /docs/pull_request_template.md
  • /pull_request_template.md

Advanced

GitHub PRs are automatically signed with a “Verified” badge. No configuration needed.
Check that the repository is activated in Integrations. Verify Tembo can create branches. Check there isn’t already an open PR for the same issue.
Add a PR template to your repo. Use a rule file with PR formatting preferences. Write clearer task descriptions.