mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-05 02:59:27 +02:00
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
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:
parent
5e0e2661f5
commit
85ecd70ccc
|
|
@ -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:
|
||||
|
|
|
|||
9
.github/pull_request_template.md
vendored
9
.github/pull_request_template.md
vendored
|
|
@ -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
|
||||
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user