From 7502667c21c228658fab379cbe2d6beae44d7a6d Mon Sep 17 00:00:00 2001 From: Stefan Schweter Date: Fri, 27 Jun 2025 15:15:05 +0200 Subject: [PATCH] fix: correct link to script in bug report template for GitHub --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index d6752d15bb..f8b5e674dc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -68,7 +68,7 @@ body: id: environment attributes: label: Environment - description: Please run the [collect_env.py](../blob/master/collect_env.py) and paste it's output in here + description: Please run the [collect_env.py](../../collect_env.py) and paste it's output in here placeholder: python collect_env.py validations: - required: true \ No newline at end of file + required: true