From 1a2ac80344f84c5d60f8abcfea3f057e3b4178d2 Mon Sep 17 00:00:00 2001 From: Fabrizio Date: Fri, 28 Aug 2026 13:51:45 +0200 Subject: [PATCH 1/4] Add standard PR template --- .github/pull_request_template.md | 95 ++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..1d8fc4ee --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,95 @@ + + + + + + + + +## Type of Change + +_Please check the relevant option._ + +- [ ] ๐Ÿš€ Feature +- [ ] ๐Ÿ› Bug Fix +- [ ] ๐Ÿ“ Documentation +- [ ] ๐Ÿงน Refactor / Chore + +--- + +## Feature + +_If this is a feature, please complete this section. Otherwise, delete it._ + +### What is this feature? + +_Provide a clear and concise description of the feature._ + +### Why is this feature needed? + +_Explain the problem this feature solves or the value it provides._ + +### Who is this feature for? + +_Describe the target users or use cases for this feature._ + +### How to test this feature + +_Provide step-by-step instructions for reviewers to test the feature._ + +1. +2. +3. + +--- + +## Bug Fix + +_If this is a bug fix, please complete this section. Otherwise, delete it._ + +### What is the bug? + +_Provide a clear and concise description of the bug._ + +### How to reproduce + +_Provide step-by-step instructions to reproduce the bug._ + +1. +2. +3. + +### Related Issues + +_Link to any open issues this PR will close. Use "Closes #123" or "Fixes #123" syntax._ + +Closes # + +### Environment (if no related issue) + +_If there is no open issue, please specify the versions where the bug occurs._ + +- **ClickHouse version**: +- **Grafana version**: +- **Plugin version**: + +--- + +## Screenshots / Videos + +_Please provide screenshots or videos demonstrating the bug or the feature working. This helps reviewers understand the change visually and speeds up the review process._ + +| Before | After | +| ------ | ----- | +| | | + +--- + +## Please check that: + +- [ ] Tests for this change have been added/updated. +- [ ] Documentation has been added/updated (where applicable). + +## Special notes for your reviewer + +_Use this section for any additional information that may help the reviewer, such as implementation decisions, areas of concern, or context that doesn't fit elsewhere. If you'd like to request review or feedback on a specific part of your changes, please note that here._ From bf9928dfcc731fdb9f59c82b79d68106f2d8cfbb Mon Sep 17 00:00:00 2001 From: Fabrizio Date: Fri, 28 Aug 2026 14:02:34 +0200 Subject: [PATCH 2/4] Generalize backend version field (not ClickHouse-specific) --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1d8fc4ee..651ba573 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -69,7 +69,7 @@ Closes # _If there is no open issue, please specify the versions where the bug occurs._ -- **ClickHouse version**: +- **Backend/data source version (if applicable)**: - **Grafana version**: - **Plugin version**: From bf52dbcc4a4dd361f61440df6e69b7f674c495b0 Mon Sep 17 00:00:00 2001 From: Fabrizio Date: Fri, 28 Aug 2026 14:05:49 +0200 Subject: [PATCH 3/4] Name the backend version field explicitly --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 651ba573..98c446a9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -69,7 +69,7 @@ Closes # _If there is no open issue, please specify the versions where the bug occurs._ -- **Backend/data source version (if applicable)**: +- **Redshift version**: - **Grafana version**: - **Plugin version**: From 6179360d879daea4b0688341cb0c69a1a90aaf27 Mon Sep 17 00:00:00 2001 From: Fabrizio Date: Fri, 28 Aug 2026 14:06:55 +0200 Subject: [PATCH 4/4] Fix backend name in version field --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 98c446a9..7816354c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -69,7 +69,7 @@ Closes # _If there is no open issue, please specify the versions where the bug occurs._ -- **Redshift version**: +- **GitHub version**: - **Grafana version**: - **Plugin version**: