From 57dfdda9a4248b98399e6ecfecbafab496bc981d Mon Sep 17 00:00:00 2001 From: dotarjun Date: Tue, 20 Feb 2024 11:07:28 +0530 Subject: [PATCH] typo: use the correct contributions guidelines link Signed-off-by: dotarjun --- 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 53cf74b9..7d1d58e1 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,7 @@ Make sure these boxes are checked before your pull request (PR) is ready to be r ### Tasks -* [ ] Reviewed [contribution guidelines](https://github.com/nexB/scancode-toolkit/blob/develop/CONTRIBUTING.rst) +* [ ] Reviewed [contribution guidelines](https://github.com/nexB/scancode-workbench/blob/develop/CONTRIBUTING.rst) * [ ] PR is descriptively titled and links the original issue above. * [ ] Tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR Run [tests](https://github.com/nexB/scancode-workbench?tab=readme-ov-file#testing) locally to check for errors.