From b96a8bf01de9a686933360cf061bca0c6e77e619 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 9 Jan 2026 09:08:13 -1000 Subject: [PATCH] ;doc:issue template: encourage a modern version --- .github/ISSUE_TEMPLATE/a-bug.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/a-bug.md b/.github/ISSUE_TEMPLATE/a-bug.md index 7cfa9e059..cec825323 100644 --- a/.github/ISSUE_TEMPLATE/a-bug.md +++ b/.github/ISSUE_TEMPLATE/a-bug.md @@ -19,9 +19,10 @@ Issue tracker: https://bugs.hledger.org (some notable issues are pinned) Matrix chat: https://hledger.org/support.html (issues are pinned here too) In your bug report, please include if possible: -- your `hledger --version` output (or even better, `hledger setup`) +- output of `hledger --version` (or best of all, `hledger setup`). + It's best if your hledger version is not too old. https://hledger.org/install.html shows the current version and how to upgrade. - which OS you're running on - a link to a relevant doc you found, if any - a small reproducible example or recipe. -Please remove all of this text before submitting. +(And remember to remove all of this boilerplate text before submitting.)