From 191152e87a5c87c2e90707fd908dea5ba2c21074 Mon Sep 17 00:00:00 2001 From: Adam Ross <14985050+R055A@users.noreply.github.com> Date: Fri, 19 Jul 2024 03:10:31 +1200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md Fix broken link to `CONTRIBUTING.md` --- .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 e0b68723..b51eb0d8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ -- [ ] My submission is formatted according to the guidelines in the [contributing guide](/CONTRIBUTING.md) +- [ ] My submission is formatted according to the guidelines in the [contributing guide](../blob/master/CONTRIBUTING.md) - [ ] My addition is ordered alphabetically - [ ] My submission has a useful description - [ ] The description does not have more than 100 characters