From 7db6e572fd1c6ef21ae017cd434edf5de00da15c Mon Sep 17 00:00:00 2001 From: Matthias Zirnstein Date: Wed, 5 Nov 2025 15:34:43 +0100 Subject: [PATCH] Fix contrib url in pull request template URL still contained master branch reference instead of main. --- .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 85fc9d8..313729f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,7 +16,7 @@ ## Checklist -Check out our [PR guidelines](https://github.com/solidusio/.github/blob/master/CONTRIBUTING.md#pull-request-guidelines) for more details. +Check out our [PR guidelines](https://github.com/solidusio/.github/blob/main/CONTRIBUTING.md#pull-request-guidelines) for more details. The following are mandatory for all PRs: