> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tembo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Pull Requests

> Tembo opens PRs with clear descriptions, signed commits, and your PR template.

When a session is complete, Tembo opens a pull request. You review it, use the [feedback loop](/features/feedback-loop) to iterate, and merge when ready.

If a session spans multiple repositories, Tembo opens a pull request or merge request in each one. It can also coordinate changes across supported git providers, including GitHub, GitLab, and Bitbucket.

## What's in a Tembo PR

* Clear description of the problem and solution
* Follows your coding standards via [rule files](/features/rule-files)
* Links to the original issue, error, or session
* 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

<AccordionGroup>
  <Accordion title="Signed commits">
    GitHub PRs are automatically signed with a "Verified" badge. No configuration needed.
  </Accordion>

  <Accordion title="PR not created">
    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.
  </Accordion>

  <Accordion title="PR description missing context">
    Add a PR template to your repo. Use a [rule file](/features/rule-files) with PR formatting preferences. Write clearer session descriptions.
  </Accordion>
</AccordionGroup>
