From 9c2f9806f188ccb69c238eab4923eac966b1fd0c Mon Sep 17 00:00:00 2001 From: JeevaRamanathan <64531160+JeevaRamanathan@users.noreply.github.com> Date: Sat, 5 Oct 2024 21:17:58 +0530 Subject: [PATCH] fix: path of contributing guide in PULL_REQUEST_TEMPLATE.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 15092e71..0c5d671d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,6 +14,6 @@ eg: Did you discuss this change with anybody before working on it (not required, Put a "X" in the boxes below to indicate you have followed the checklist; -- [ ] I have read the [CONTRIBUTING](CONTRIBUTING.md) guide. +- [ ] I have read the [CONTRIBUTING](https://github.com/gitroomhq/postiz-app/blob/main/CONTRIBUTING.md) guide. - [ ] I checked that there were not similar issues or PRs already open for this. - [ ] This PR fixes just ONE issue (do not include multiple issues or types of change in the same PR) For example, don't try and fix a UI issue and include new dependencies in the same PR.