diff --git a/.claude/plugins/n8n/skills/create-pr/SKILL.md b/.claude/plugins/n8n/skills/create-pr/SKILL.md index a39e7122d62..a5dea8d90f6 100644 --- a/.claude/plugins/n8n/skills/create-pr/SKILL.md +++ b/.claude/plugins/n8n/skills/create-pr/SKILL.md @@ -76,7 +76,8 @@ Creates GitHub PRs with titles that pass n8n's `check-pr-title` CI validation. 6. **Create PR** using gh CLI. Read `.github/pull_request_template.md` as the body structure, then populate each section with actual content before creating the PR: - - **Summary**: describe what the PR does and how to test it + - **Summary**: describe what the PR does + - **How to test**: describe how to test the changes. Include an example workflow if appropriate - **Related tickets**: add the Linear ticket URL (`https://linear.app/n8n/issue/[TICKET-ID]`) and any GitHub issue links - **Checklist**: keep as-is from the template - Add a "🤖 PR Summary generated by AI" at the end of the body @@ -94,9 +95,12 @@ Based on `.github/pull_request_template.md`: ### Summary Section - Describe what the PR does -- Explain how to test the changes - Include screenshots/videos for UI changes +### How to test Section +- Explain how to test the changes +- Include an example workflow if appropriate + ### Related Links Section - Link to Linear ticket: `https://linear.app/n8n/issue/[TICKET-ID]` - Link to GitHub issues using keywords to auto-close: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 82b85452bee..affa78d5877 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,17 @@ ## Summary +## How to test + + + ## Related Linear tickets, Github issues, and Community forum posts