From 91e3bd6431b6ff77da1f53d0a961f0f8f6b00574 Mon Sep 17 00:00:00 2001 From: Sascha Schwarze Date: Wed, 3 Dec 2025 20:40:01 +0100 Subject: [PATCH] Fix contributor guide link in PR template Updated the link to the contributor guide in the PR template. Signed-off-by: Sascha Schwarze --- .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 e460839..af37dda 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,7 +18,7 @@ Fixes # - [ ] [Set a kind label on this PR](https://prow.k8s.io/command-help#kind) - [ ] Release notes block has been filled in, or marked NONE -See [the contributor guide](https://github.com/shipwright-io/build/blob/main/CONTRIBUTING.md) +See [the contributor guide](https://github.com/shipwright-io/.github/blob/main/CONTRIBUTING.md) for details on coding conventions, github and prow interactions, and the code review process. # Release Notes