From 049c87afbd7291cf14df8bfbdae77ffbaeae6e0c Mon Sep 17 00:00:00 2001 From: Romain Oliva Date: Wed, 11 May 2022 10:38:01 +0200 Subject: [PATCH] fix: correct the contributing pr template link --- .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 e853c2ff2647..396af9b72fb7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -29,7 +29,7 @@ Example: The exact commands you ran and their output, screenshots / videos if th Please add a `x` inside each checkbox: -- [ ] I have read the [contribution guidelines](../CONTRIBUTING.md). +- [ ] I have read the [contribution guidelines](https://github.com/netlify/netlify-cms/blob/master/CONTRIBUTING.md). - [ ] Code is formatted via running `yarn format`. - [ ] Tests are passing via running `yarn test`. - [ ] The status checks are successful (continuous integration). Those can be seen below.