Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .claude/commands/addons/prepare_pr_description.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ The goal is a single combined change set: all commits on the remote tracked bran

## Step 2: Generate the PR description

Use `@PULL_REQUEST_TEMPLATE.md` as the template. Fill it in based on the combined change set. If there are additional instructions in the template file, follow them too. Return the completed PR description to the user as a message.
Use `@.github/PULL_REQUEST_TEMPLATE/addon.md` as the template. Fill it in based on the combined change set. If there are additional instructions in the template file, follow them too. Return the completed PR description to the user as a message.
Do NOT create or modify any additional files when producing the PR description.
4 changes: 1 addition & 3 deletions .cursor/skills/addon-pr-create/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ The goal is a single combined change set: all commits on the remote tracked bran

### Step 2: Generate the PR description

Look for a `PULL_REQUEST_TEMPLATE.md` **in the addon's package directory** (e.g., `packages/<addon-package>/PULL_REQUEST_TEMPLATE.md`). Use it as the template. If there are additional instructions in the template file, follow them too.

If no `PULL_REQUEST_TEMPLATE.md` exists in the package directory, use a standard PR format with these sections: Summary, Changes, Test Plan.
Use `.github/PULL_REQUEST_TEMPLATE/addon.md` as the template. If there are additional instructions in the template file, follow them too.

Fill in the template based on the combined change set. Return the completed PR description to the user as a message.

Expand Down
12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!--
Style guide for this PR description:
- Be concise; prefer bullet points.
- Delete sections that don't apply.
- Keep code examples minimal.
-->

## What problem does this PR solve?

## How does it solve it?

## Breaking changes
7 changes: 6 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE/addon.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
**Note**: be concise and prefer bullet points.
<!--
Style guide for this PR description:
- Be concise; prefer bullet points.
- Delete sections that don't apply.
- Keep code examples minimal.
-->

## 🎯 What problem does this PR solve?

Expand Down
7 changes: 6 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE/sdk-pod.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
**Note**: be concise and prefer bullet points.
<!--
Style guide for this PR description:
- Be concise; prefer bullet points.
- Delete sections that don't apply.
- Keep code examples minimal.
-->

## 🎯 What problem does this PR solve?

Expand Down
42 changes: 0 additions & 42 deletions packages/bci-whispercpp/PULL_REQUEST_TEMPLATE.md

This file was deleted.

29 changes: 0 additions & 29 deletions packages/cli/PULL_REQUEST_TEMPLATE.md

This file was deleted.

42 changes: 0 additions & 42 deletions packages/decoder-audio/PULL_REQUEST_TEMPLATE.md

This file was deleted.

30 changes: 0 additions & 30 deletions packages/dl-base/PULL_REQUEST_TEMPLATE.md

This file was deleted.

30 changes: 0 additions & 30 deletions packages/dl-filesystem/PULL_REQUEST_TEMPLATE.md

This file was deleted.

30 changes: 0 additions & 30 deletions packages/dl-hyperdrive/PULL_REQUEST_TEMPLATE.md

This file was deleted.

30 changes: 0 additions & 30 deletions packages/error/PULL_REQUEST_TEMPLATE.md

This file was deleted.

29 changes: 0 additions & 29 deletions packages/logging/PULL_REQUEST_TEMPLATE.md

This file was deleted.

30 changes: 0 additions & 30 deletions packages/ocr-onnx/PULL_REQUEST_TEMPLATE.md

This file was deleted.

30 changes: 0 additions & 30 deletions packages/qvac-lib-infer-base/PULL_REQUEST_TEMPLATE.md

This file was deleted.

Loading
Loading