From b9826434e7dbd50755233c37b3aa196189a59ee8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 12 Dec 2023 23:08:02 -1000 Subject: [PATCH] ;github: new issue templates: edits --- .github/ISSUE_TEMPLATE/a-bug.md | 4 +++- .github/ISSUE_TEMPLATE/a-wish.md | 8 +++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/a-bug.md b/.github/ISSUE_TEMPLATE/a-bug.md index 8fa3979de..3c5492227 100644 --- a/.github/ISSUE_TEMPLATE/a-bug.md +++ b/.github/ISSUE_TEMPLATE/a-bug.md @@ -14,11 +14,13 @@ Thanks for reporting! Here are some tips (please delete them before submitting): contact us on chat or the mail list first: https://hledger.org/support.html -- Consider adding: +- Not required, but any of these can help get issues resolved faster: - A small reproducible example - The output of hledger --version - What platform you're on - Links to any related docs that you found + - Appropriate topic labels, if you have the access level to set those + (If not, feel free to write them in the issue title, eg as a prefix.) - Estimates from 1 to 5 of - How serious is this bug ? diff --git a/.github/ISSUE_TEMPLATE/a-wish.md b/.github/ISSUE_TEMPLATE/a-wish.md index 1dd48f941..f213bd9b5 100644 --- a/.github/ISSUE_TEMPLATE/a-wish.md +++ b/.github/ISSUE_TEMPLATE/a-wish.md @@ -13,7 +13,9 @@ Thanks for your suggestion! Here are some tips (please delete them before submit Often it's better to discuss and build interest on chat or the mail list first: https://hledger.org/support.html -- Consider adding: - - A draft of command line help - - A draft of user manual content and suggested location +- Not required, but any of these help to move things forward: + - A draft of user manual content and suggested location. + - A draft of command line help. - A small mockup or example of intended output or UI. + - Appropriate topic labels, if you have the access level to set those. + (If not, feel free to write them in the issue title, eg as a prefix.)