From 2d6bdfe799ff86539f62e28a8db58674bf0ad4e1 Mon Sep 17 00:00:00 2001 From: Mutasem Aldmour Date: Fri, 1 Dec 2023 16:20:38 +0100 Subject: [PATCH] docs: add PR title conventions url correclty --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bed2441d65644..bf8d8d4f2b3be 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,7 +14,7 @@ Include links to Github issue or Community forum post or **Linear ticket**: ## Review / Merge checklist -- [ ] PR title and summary are descriptive. **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** ([convetions](./pull_request_title_conventions.md)) +- [ ] PR title and summary are descriptive. **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** ([convetions](./blob/master/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.