From 0c39a7493fe496f2aa45f23228621cfeb5a71375 Mon Sep 17 00:00:00 2001 From: cori schlegel <46317+cori@users.noreply.github.com> Date: Wed, 11 Mar 2026 03:31:39 +0000 Subject: [PATCH] docs: add PR workflow guidance to CLAUDE.md --- CLAUDE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 5451c3b..4c07f28 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -19,12 +19,14 @@ This is a custom app store template for the **Runtipi** self-hosted application ## Collaboration -We collaborate through GitHub issues. Make sure the `gh` tool is installed and use it with the token in your `env`. +We collaborate through GitHub issues and pull requests. Make sure the `gh` tool is installed and use it with the token in your `env`. ```bash apt install gh -y ``` +**Always use a branch + PR workflow** — never push or commit directly to `main`. Use `gh api` or `gh pr create` to open a PR for review. Do not use the local git proxy; use `gh` with the token in env for all GitHub operations. + ## Commands ```bash