From 4e2bbe6a087be9d43b582068659c8c51eb88249e Mon Sep 17 00:00:00 2001 From: Alexis Loskoutoff Date: Sat, 5 Sep 2026 07:43:20 +0200 Subject: [PATCH] Fix link to contribution guidelines The link pointed to a CONTRIBUTING.md in this repository, which does not exist. It was introduced when the pull request template was synced with restic in 13f4617, which rewrote the URL from restic/restic to rest-server. Point it back at the restic repository. --- .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 00d5da1..cc1c392 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -32,7 +32,7 @@ check the last box. Enable a checkbox by replacing [ ] with [x]. Please always follow these steps: - Enable [maintainer edits](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork). - Run `gofmt` on the code in all commits. -- Format all commit messages in the same style as [the other commits in the repository](https://github.com/restic/rest-server/blob/master/CONTRIBUTING.md#git-commits). +- Format all commit messages in the same style as [the other commits in the repository](https://github.com/restic/restic/blob/master/CONTRIBUTING.md#git-commits). --> - [ ] I have added tests for all code changes.