Update PR submission instructions in CLAUDE.md

Expand the Pull Requests section with detailed step-by-step instructions
including branch naming, commit guidance, changelog generation, and PR
description updates.
This commit is contained in:
Aleix Conchillo Flaqué
2026-02-11 09:51:10 -08:00
parent 9a48d93bd2
commit 1fe4538982

View File

@@ -155,4 +155,9 @@ Test utilities live in `src/pipecat/tests/utils.py`. Use `run_test()` to send fr
## Pull Requests
After creating a PR, use `/changelog <pr_number>` to generate the changelog file and `/pr-description <pr_number>` to update the PR description.
To submit a PR you should:
1. Create a new branch. Ask the user if they want a specific prefix for the branch name.
2. Commit the changes using multiple commits if the changes are unrelated.
3. After creating the PR, use `/changelog <pr_number>` to generate the changelog files, commit and push them.
4. Use `/pr-description <pr_number>` to update the PR description.