From 0a07e8e375495469377e06e828a3f50d31b3170f Mon Sep 17 00:00:00 2001 From: Sida Wang <42928828+sida-wang@users.noreply.github.com> Date: Tue, 16 Jan 2024 07:04:59 +1100 Subject: [PATCH] chore: change issue tracker link to include closed issues (#7250) --- .github/ISSUE_TEMPLATE/accuracy_bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/application_bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/behaviour_bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/calculation_bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/crash_report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/accuracy_bug_report.yaml b/.github/ISSUE_TEMPLATE/accuracy_bug_report.yaml index 89e15e76..288ee1cd 100644 --- a/.github/ISSUE_TEMPLATE/accuracy_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/accuracy_bug_report.yaml @@ -19,7 +19,7 @@ body: attributes: label: Check for duplicates options: - - label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues) + - label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue) required: true - type: textarea id: expected diff --git a/.github/ISSUE_TEMPLATE/application_bug_report.yaml b/.github/ISSUE_TEMPLATE/application_bug_report.yaml index 503f4dff..92a7548f 100644 --- a/.github/ISSUE_TEMPLATE/application_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/application_bug_report.yaml @@ -19,7 +19,7 @@ body: attributes: label: Check for duplicates options: - - label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues) + - label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue) required: true - type: textarea id: expected diff --git a/.github/ISSUE_TEMPLATE/behaviour_bug_report.yaml b/.github/ISSUE_TEMPLATE/behaviour_bug_report.yaml index 2cca4603..09faff2d 100644 --- a/.github/ISSUE_TEMPLATE/behaviour_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/behaviour_bug_report.yaml @@ -19,7 +19,7 @@ body: attributes: label: Check for duplicates options: - - label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues) + - label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue) required: true - type: checkboxes id: validity diff --git a/.github/ISSUE_TEMPLATE/calculation_bug_report.yaml b/.github/ISSUE_TEMPLATE/calculation_bug_report.yaml index 5f19a421..03e1ea97 100644 --- a/.github/ISSUE_TEMPLATE/calculation_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/calculation_bug_report.yaml @@ -19,7 +19,7 @@ body: attributes: label: Check for duplicates options: - - label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues) + - label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue) required: true - type: checkboxes id: validity diff --git a/.github/ISSUE_TEMPLATE/crash_report.yaml b/.github/ISSUE_TEMPLATE/crash_report.yaml index ee86c835..140abb13 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yaml +++ b/.github/ISSUE_TEMPLATE/crash_report.yaml @@ -19,7 +19,7 @@ body: attributes: label: Check for duplicates options: - - label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues) + - label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue) required: true - type: textarea id: context diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index cf41bd86..dad3aa75 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -12,7 +12,7 @@ body: attributes: label: Check for duplicates options: - - label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues) + - label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue) required: true - type: textarea id: problem