From 0f0830ff616680689a6dfcf3754ddbd98dbbcf9a Mon Sep 17 00:00:00 2001 From: Filip Bugarski Date: Tue, 14 Jun 2022 17:53:43 +0200 Subject: [PATCH] NOISSUE - fix pull request template typo (#1616) * Fix typo Signed-off-by: Filip Bugarski * Change link Signed-off-by: fbugarski --- .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 6518cf0d..c87f6d7a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ Pull request title should be `MF-XXX - description` or `NOISSUE - description` where XXX is ID of issue that this PR relate to. -Please review the [CONTRIBUTING.md](./CONTRIBUTING.md) file for detailed contributing guidelines. +Please review the [CONTRIBUTING.md](https://github.com/mainflux/mainflux/blob/master/CONTRIBUTING.md) file for detailed contributing guidelines. ### What does this do?