From 85ecd70ccc2ba390e490a80cfa0ab4b43723ad6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dimitri=20Lavren=C3=BCk?= <20122620+dlavrenuek@users.noreply.github.com> Date: Thu, 4 Jun 2026 10:11:11 +0200 Subject: [PATCH] chore: Enhance PR template with testing instructions (no-changelog) (#31696) --- .claude/plugins/n8n/skills/create-pr/SKILL.md | 8 ++++++-- .github/pull_request_template.md | 9 ++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) 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