mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-05 11:09:31 +02:00
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
38 lines
1.4 KiB
Markdown
38 lines
1.4 KiB
Markdown
## Summary
|
|
|
|
<!--
|
|
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
|
|
|
|
<!--
|
|
Include links to **Linear ticket** or Github issue or Community forum post.
|
|
Important in order to close *automatically* and provide context to reviewers.
|
|
https://linear.app/n8n/issue/[TICKET-ID]
|
|
-->
|
|
<!-- Use "closes #<issue-number>", "fixes #<issue-number>", or "resolves #<issue-number>" to automatically close issues when the PR is merged. -->
|
|
|
|
|
|
## Review / Merge checklist
|
|
|
|
- [ ] I have seen this code, I have run this code, and I take responsibility for this code.
|
|
- [ ] PR title and summary are descriptive. ([conventions](../blob/master/.github/pull_request_title_conventions.md)) <!--
|
|
**Remember, the title automatically goes into the changelog.
|
|
Use `(no-changelog)` otherwise.**
|
|
-->
|
|
- [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up ticket created.
|
|
- [ ] Tests included. <!--
|
|
A bug is not considered fixed, unless a test is added to prevent it from happening again.
|
|
A feature is not complete without tests.
|
|
-->
|
|
- [ ] PR Labeled with `Backport to Beta`, `Backport to Stable`, or `Backport to v1` (if the PR is an urgent fix that needs to be backported)
|