From 1fe4538982e0cafa03bbb576f5212f98d62f8ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 11 Feb 2026 09:51:10 -0800 Subject: [PATCH] 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. --- CLAUDE.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.