From 1a7b9ab10c64742cfbf325c6ed7e6ec5694a35a6 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Sat, 11 Jul 2026 09:37:11 +0200 Subject: [PATCH] Switch to full URLs since relative URL break inconsistently --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/enhancement.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 453683baf..8ed18d499 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -65,7 +65,7 @@ body: attributes: label: AI Policy options: - - label: I have read the [AI Policy](./AI_POLICY.md) and understand the disclosure requirements + - label: I have read the [AI Policy](https://github.com/iv-org/invidious/blob/master/AI_POLICY.md) and understand the disclosure requirements required: true - type: dropdown id: ai-usage diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 185cd223d..10b4faa57 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -43,7 +43,7 @@ body: attributes: label: AI Policy options: - - label: I have read the [AI Policy](./AI_POLICY.md) and understand the disclosure requirements + - label: I have read the [AI Policy](https://github.com/iv-org/invidious/blob/master/AI_POLICY.md) and understand the disclosure requirements required: true - type: dropdown id: ai-usage diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 0159dd4dd..03e156d5a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -43,7 +43,7 @@ body: attributes: label: AI Policy options: - - label: I have read the [AI Policy](./AI_POLICY.md) and understand the disclosure requirements + - label: I have read the [AI Policy](https://github.com/iv-org/invidious/blob/master/AI_POLICY.md) and understand the disclosure requirements required: true - type: dropdown id: ai-usage diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c970e0f5a..4ed4fd520 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ ## Checklist -- [] I have read the [AI Policy](./AI_POLICY.md) and understand the disclosure requirements +- [] I have read the [AI Policy](https://github.com/iv-org/invidious/blob/master/AI_POLICY.md) and understand the disclosure requirements ## AI Disclosure