Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down