* docs: add OpenChamber feature docs and translations Add 30 new docs pages covering OpenChamber-specific workflows and setup: OpenCode server, providers/models/agents, MCP, skills, commands & snippets, usage, projects, context, notes/todos/plans, scheduled tasks, project actions, preview, worktrees, multi-run, git & GitHub, magic prompts, git identities, mobile/PWA, security, notifications, voice, project icons, remote instances, desktop browser, updates, and three troubleshooting pages. Rebuild sidebar into eight task-oriented sections and translate every new page into all six supported locales (uk, zh-cn, es, pt-br, ko, pl). * docs: surface new sections on homepage and cross-link tunnels Add an Explore block to the docs homepage (all seven locales) linking to the new section anchors, and cross-link the Tunnels page to Security and PWA & Mobile.
35 lines
1.5 KiB
Plaintext
35 lines
1.5 KiB
Plaintext
---
|
|
title: GitHub Issues & PRs
|
|
description: Connect GitHub and start sessions from issues and pull requests.
|
|
---
|
|
|
|
# GitHub Issues & PRs
|
|
|
|
Connect your GitHub account and OpenChamber can pull in issues and pull requests, start a session straight from one, and open or update PRs for you.
|
|
|
|
## Connect GitHub
|
|
|
|
1. Open **Settings → Git**.
|
|
2. Under GitHub, choose **Connect**. OpenChamber shows a link and a short code.
|
|
3. Open the link, enter the code, and approve.
|
|
|
|
When it's connected, your account shows under the GitHub section. You can connect more than one account and switch between them, or disconnect at any time.
|
|
|
|
## Start work from an issue or PR
|
|
|
|
When you create a [worktree session](/worktrees/) with GitHub connected, you can choose **Start from GitHub issue/PR**:
|
|
|
|
- pick an **issue** and OpenChamber names the branch after it and opens the session with the issue and its comments as the first message
|
|
- pick a **pull request** and it checks out the PR's branch; you can include the PR's diff so the agent has the full change
|
|
|
|
This drops you straight into a session with the context already loaded.
|
|
|
|
## Open and manage pull requests
|
|
|
|
From the **PR** tab in the [git view](/git/), you can create a pull request, update it, mark a draft as ready, or merge it. OpenChamber can generate the PR title and description from your changes.
|
|
|
|
## Related
|
|
|
|
- [Git & GitHub Workflows](/git/) — commit and manage branches
|
|
- [Worktree Sessions](/worktrees/) — where issue and PR sessions start
|