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).