From 4b7c389f14e06769fd4652f3dbf22ba2fb5ca8d7 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 10 Jun 2024 15:09:29 +0200 Subject: [PATCH] docs: fix link --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3dc0217b..c1b3225d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -# What is this PR for? +## What is this PR for? @@ -12,4 +12,4 @@ ## Checklist -- [ ] I've read the [CONTRIBUTING](/CONTRIBUTING.md) guidelines. +- [ ] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines.