From 2041a2894fb41410ce07e933a1bc6655479de65f Mon Sep 17 00:00:00 2001 From: Naveen Date: Thu, 25 Jan 2024 03:14:38 +0530 Subject: [PATCH] Fix contribution guidelines link --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 56e1648d..b1ae71fc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -26,7 +26,7 @@ body: required: true - label: "This issue contains only one bug." required: true - - label: "I have read and understood the [contribution guidelines](https://github.com/FossifyOrg/App-Launcher/CONTRIBUTING.md)." + - label: "I have read and understood the [contribution guidelines](https://github.com/FossifyOrg/App-Launcher/blob/master/CONTRIBUTING.md)." required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d2b8bf09..b31da8b8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -24,7 +24,7 @@ body: required: true - label: "This issue contains only one feature request." required: true - - label: "I have read and understood the [contribution guidelines](https://github.com/FossifyOrg/App-Launcher/CONTRIBUTING.md)." + - label: "I have read and understood the [contribution guidelines](https://github.com/FossifyOrg/App-Launcher/blob/master/CONTRIBUTING.md)." required: true - label: "I optionally [donated](https://fossify.org/donate) to support the Fossify mission." required: false diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bfcd2373..6214136b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,4 +25,4 @@ - #### Acknowledgement -- [ ] I read the [contribution guidelines](https://github.com/FossifyOrg/App-Launcher/CONTRIBUTING.md). +- [ ] I read the [contribution guidelines](https://github.com/FossifyOrg/App-Launcher/blob/master/CONTRIBUTING.md).