From 73106c08bb6234ceaa7c480eaa1654ebc408f07e Mon Sep 17 00:00:00 2001 From: GJS Date: Fri, 28 Mar 2025 09:03:56 +0100 Subject: [PATCH] Fixed: Correct link to pull request guidelines in the template - Updated the link to the pull request rules in the PULL_REQUEST_TEMPLATE.md file. - Fixed the relative link to point to the correct location: `../CONTRIBUTING.md#can-i-create-a-pull-request-for-uptime-kuma`. modified: .github/PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e99b5b757..c83d64d64 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,6 @@ -**⚠️ Please Note: We do not accept all types of pull requests, and we want to ensure we don’t waste your time. Before submitting, make sure you have read our pull request guidelines: [Pull Request Rules](https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#can-i-create-a-pull-request-for-uptime-kuma)** +**⚠️ Please Note: We do not accept all types of pull requests, and we want to ensure we don’t waste your time. Before submitting, make sure you have read our pull request guidelines: [Pull Request Rules]** + +[Pull Request Rules]: ../CONTRIBUTING.md#can-i-create-a-pull-request-for-uptime-kuma Check the box below if you understand [x]: