From 1a6ef1c32901913600307a09d0cfc168150454f9 Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Wed, 7 Jun 2023 22:19:13 +0200 Subject: [PATCH] Add links to checkboxes in issue template more convenient to point to, after people create the report --- .github/ISSUE_TEMPLATE/10_bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/10_bug_report.yml b/.github/ISSUE_TEMPLATE/10_bug_report.yml index 354eb845a98..c6c7b36485d 100644 --- a/.github/ISSUE_TEMPLATE/10_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/10_bug_report.yml @@ -51,7 +51,7 @@ body: Each month, there is a new release of QGIS. According to the release schedule, you should at least be running a supported QGIS version. You can check the release schedule https://www.qgis.org/en/site/getinvolved/development/roadmap.html#release-schedule options: - - label: I'm running a supported QGIS version according to the roadmap. + - label: I'm running a supported QGIS version according to [the roadmap](https://www.qgis.org/en/site/getinvolved/development/roadmap.html#release-schedule). - type: checkboxes id: new-profile @@ -63,7 +63,7 @@ body: Read this link how to create a new profile https://docs.qgis.org/latest/en/docs/user_manual/introduction/qgis_configuration.html#working-with-user-profiles options: - - label: I tried with a new QGIS profile + - label: I tried with a new [QGIS profile](https://docs.qgis.org/latest/en/docs/user_manual/introduction/qgis_configuration.html#working-with-user-profiles) - type: textarea id: additional-context