From 0b8c7f9a3e58a4c4a71a88ac297a5be98837121d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=95=E0=A4=BE=E0=A4=B0=E0=A4=A4=E0=A5=8B=E0=A4=AB?= =?UTF-8?q?=E0=A5=8D=E0=A4=AB=E0=A5=87=E0=A4=B2=E0=A4=B8=E0=A5=8D=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B0=E0=A4=BF=E0=A4=AA=E0=A5=8D=E0=A4=9F=E2=84=A2?= Date: Wed, 12 Jun 2024 13:05:13 +0200 Subject: [PATCH] ci: Update pull_request_template.md (no-changelog) (#9711) --- .github/pull_request_template.md | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dfcc0615a7..0df76d2700 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,16 +1,26 @@ ## Summary -> Describe what the PR does and how to test. Photos and videos are recommended. + +## Related Linear tickets, Github issues, and Community forum posts -## Related tickets and issues -> Include links to **Linear ticket** or Github issue or Community forum post. Important in order to close *automatically* and provide context to reviewers. - - + ## Review / Merge checklist -- [ ] PR title and summary are descriptive. **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** ([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md)) + +- [ ] PR title and summary are descriptive. ([conventions](../blob/master/.github/pull_request_title_conventions.md)) - [ ] [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. \ No newline at end of file +- [ ] Tests included. +- [ ] PR Labeled with `release/backport` (if the PR is an urgent fix that needs to be backported)