diff --git a/CLAUDE.md b/CLAUDE.md index cf4c5baec..0f4b55e22 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 ` to generate the changelog file and `/pr-description ` 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 ` to generate the changelog files, commit and push them. +4. Use `/pr-description ` to update the PR description.