This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new a0d0f91f7 fix(repo): fix path in bug report template description
(#2721)
a0d0f91f7 is described below
commit a0d0f91f7254dd07302e0bad7d0de803670ef72a
Author: Ćukasz Zborek <[email protected]>
AuthorDate: Wed Feb 11 22:15:37 2026 +0100
fix(repo): fix path in bug report template description (#2721)
---
.github/ISSUE_TEMPLATE/bug_report.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml
b/.github/ISSUE_TEMPLATE/bug_report.yml
index f84636f0f..dc8347522 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -86,7 +86,7 @@ body:
attributes:
label: Iggy server config
description: |
- Your `config.toml` overrides, `local_data/current_config.toml`
(generated by the server on startup with resolved values), or custom `IGGY_*`
environment variables.
+ Your `config.toml` overrides, `local_data/runtime/current_config.toml`
(generated by the server on startup with resolved values), or custom `IGGY_*`
environment variables.
validations:
required: false