From 8295e521a71a02d3038571f7ae2e3d489cea8cd9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 9 Jan 2026 09:32:33 -1000 Subject: [PATCH] ;doc:issue template: improve --- .github/ISSUE_TEMPLATE/a-bug.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/a-bug.md b/.github/ISSUE_TEMPLATE/a-bug.md index dad0e1dab..eff7462e5 100644 --- a/.github/ISSUE_TEMPLATE/a-bug.md +++ b/.github/ISSUE_TEMPLATE/a-bug.md @@ -7,22 +7,17 @@ assignees: '' --- Thanks for helping to make hledger better! -For a high quality bug report, here are some good things to check first: +Here are some good things to check when reporting a bug: - Your hledger version (run `hledger --version`). It's best if it's not very old. https://hledger.org/install.html shows the current version and how to upgrade. - - The appropriate manual, choosing the right version at the top of the page: https://hledger.org/hledger.html https://hledger.org/hledger-ui.html https://hledger.org/hledger-web.html - -- https://hledger.org/relnotes.html lists recent fixes and changes. - -- https://bugs.hledger.org shows the bugs already reported. - -- https://hledger.org/faq.html answers some common questions. - +- https://hledger.org/relnotes.html to see recent fixes and changes. +- https://bugs.hledger.org to see bugs already reported. +- https://hledger.org/faq.html for some answers to common questions. - https://hledger.org/support.html -> chat if you have questions. In your bug report, please include if possible: @@ -32,4 +27,4 @@ In your bug report, please include if possible: - a link to the most relevant doc that you found, if any - a small reproducible example or instructions to reproduce. -(And remove this boilerplate text before submitting.) \ No newline at end of file +(And remove this boilerplate text.) \ No newline at end of file