chore: Enhance PR template with testing instructions (no-changelog) (#31696)
Some checks are pending
Build: Benchmark Image / build (push) Waiting to run
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (22.22.3) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (24.15.0) (push) Waiting to run
CI: Master (Build, Test, Lint) / Lint (push) Waiting to run
CI: Master (Build, Test, Lint) / Performance (push) Waiting to run
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Blocked by required conditions
Util: Sync API Docs / sync-public-api (push) Waiting to run

This commit is contained in:
Dimitri Lavrenük 2026-06-04 10:11:11 +02:00 committed by GitHub
parent 5e0e2661f5
commit 85ecd70ccc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 3 deletions

View File

@ -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:

View File

@ -1,10 +1,17 @@
## Summary
<!--
Describe what the PR does and how to test.
Describe what the PR does.
Photos and videos are recommended.
-->
## How to test
<!--
Describe all steps needed to test the changes.
Include an example workflow if the changes affect Workflow builder, execution or a Node, that can be tested with a workflow.
-->
## Related Linear tickets, Github issues, and Community forum posts
<!--