From 432f070f603892c2d0d0ce4687142e95f0316ae1 Mon Sep 17 00:00:00 2001 From: Yuta Harima Date: Tue, 4 Feb 2020 23:56:28 +0900 Subject: [PATCH] fix broken link in a PR template again Signed-off-by: Yuta Harima --- PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index f90c6312..dc470a6e 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ ### Your checklist for this pull request -🚨Please review the [guidelines for contributing](CONTRIBUTING.md) to this repository. +🚨Please review the [guidelines for contributing](https://github.com/ruby-git/ruby-git/blob/master/CONTRIBUTING.md) to this repository. - [ ] Ensure all commits include DCO sign-off. - [ ] Ensure that your contributions pass unit testing.