2023-12-01 07:27:51 -08:00
|
|
|
## Summary
|
|
|
|
|
2024-06-12 04:05:13 -07:00
|
|
|
<!--
|
|
|
|
Describe what the PR does and how to test.
|
|
|
|
Photos and videos are recommended.
|
|
|
|
-->
|
2023-12-01 07:27:51 -08:00
|
|
|
|
2024-06-12 04:05:13 -07:00
|
|
|
## Related Linear tickets, Github issues, and Community forum posts
|
2023-12-01 07:27:51 -08:00
|
|
|
|
2024-06-12 04:05:13 -07:00
|
|
|
<!--
|
|
|
|
Include links to **Linear ticket** or Github issue or Community forum post.
|
|
|
|
Important in order to close *automatically* and provide context to reviewers.
|
|
|
|
-->
|
2023-12-01 07:27:51 -08:00
|
|
|
|
|
|
|
## Review / Merge checklist
|
2024-06-12 04:05:13 -07:00
|
|
|
|
|
|
|
- [ ] 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.**
|
|
|
|
-->
|
2023-12-01 07:27:51 -08:00
|
|
|
- [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up ticket created.
|
2024-06-12 04:05:13 -07:00
|
|
|
- [ ] 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 `release/backport` (if the PR is an urgent fix that needs to be backported)
|