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.
This commit is contained in:
Alexis Loskoutoff
2026-09-05 07:43:20 +02:00
parent 3aec7b45b9
commit 4e2bbe6a08
+1 -1
View File
@@ -32,7 +32,7 @@ check the last box. Enable a checkbox by replacing [ ] with [x].
Please always follow these steps: 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). - 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. - 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. - [ ] I have added tests for all code changes.