From 98bd66833295c4fcd8e3cf05a75f480236e93e28 Mon Sep 17 00:00:00 2001 From: Joey Dreijer Date: Thu, 19 Jun 2025 12:57:25 +0200 Subject: [PATCH 1/3] Fixed issue template extension --- .../{query-issue-report.md => query-issue-report.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{query-issue-report.md => query-issue-report.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/query-issue-report.md b/.github/ISSUE_TEMPLATE/query-issue-report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/query-issue-report.md rename to .github/ISSUE_TEMPLATE/query-issue-report.yml From 496ebfc3b711ddc57a173697e77bfbba4213744f Mon Sep 17 00:00:00 2001 From: Joey Dreijer Date: Thu, 19 Jun 2025 13:03:13 +0200 Subject: [PATCH 2/3] Header changes to the issue template --- .github/ISSUE_TEMPLATE/query-issue-report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/query-issue-report.yml b/.github/ISSUE_TEMPLATE/query-issue-report.yml index 620f916..e612188 100644 --- a/.github/ISSUE_TEMPLATE/query-issue-report.yml +++ b/.github/ISSUE_TEMPLATE/query-issue-report.yml @@ -1,6 +1,5 @@ ---- name: Query issue report -about: Report a query issue to help improve the project +description: Report a query issue to help improve the project title: 'Query issue: ' labels: - query From f6ce95fee6aaad1af990f37009ea96166c91f733 Mon Sep 17 00:00:00 2001 From: Joey Dreijer Date: Fri, 20 Jun 2025 16:11:30 +0200 Subject: [PATCH 3/3] Changed the issue template for Query fixes --- .github/ISSUE_TEMPLATE/query-issue-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/query-issue-report.yml b/.github/ISSUE_TEMPLATE/query-issue-report.yml index e612188..8438a21 100644 --- a/.github/ISSUE_TEMPLATE/query-issue-report.yml +++ b/.github/ISSUE_TEMPLATE/query-issue-report.yml @@ -1,6 +1,6 @@ name: Query issue report description: Report a query issue to help improve the project -title: 'Query issue: ' +title: '[Query Issue]: ' labels: - query