From 573a2a78605c21e5727a1be37af132e7145a7b75 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 20 Jan 2020 14:01:10 -0800 Subject: [PATCH] ;doc: update issue templates [ci skip] --- .github/ISSUE_TEMPLATE/a-bug.md | 15 +++++++-------- .github/ISSUE_TEMPLATE/a-wish.md | 23 +++++++++++------------ 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/a-bug.md b/.github/ISSUE_TEMPLATE/a-bug.md index cbbc36afa..1af88ddc1 100644 --- a/.github/ISSUE_TEMPLATE/a-bug.md +++ b/.github/ISSUE_TEMPLATE/a-bug.md @@ -5,22 +5,21 @@ labels: A BUG --- Thank you for helping to make hledger better! +You can delete this template text before submitting. -If you're not sure it's a bug, or if some discussion would help, -contact us first on chat or the mail list: -https://hledger.org#help-feedback +Some things to check before reporting: -Things to check before reporting: +- If you're not sure this is a bug, or if some discussion would help, + contact us on chat or the mail list first: https://hledger.org#help-feedback - Have you looked at (the right version of) the manual ? Use `hledger help [--help]` to view the built-in manuals, - or view the hledger.org -> REFERENCE MANUALS and choose the proper version at the top of the page. + or view the hledger.org -> REFERENCE MANUALS and choose the right version + at the top of the page. -Details that may be useful to include when reporting: +Some details that may be useful to include: - A minimal reproducible example (--anon can help anonymise data) - Any related documentation you have found at http://hledger.org - The output of hledger --version - What platform you're on - -You can delete this template text before submitting. diff --git a/.github/ISSUE_TEMPLATE/a-wish.md b/.github/ISSUE_TEMPLATE/a-wish.md index cfcf8f836..ab8b40b87 100644 --- a/.github/ISSUE_TEMPLATE/a-wish.md +++ b/.github/ISSUE_TEMPLATE/a-wish.md @@ -5,16 +5,15 @@ labels: A WISH --- Thank you for helping to make hledger better! - -We try to not clutter the bug tracker with too many wishlist items. -Often it's best to discuss and attract interest on chat or the mail list first; -use your best judgement. -https://hledger.org#help-feedback - -Things to check before requesting: - -- Have you looked for the feature in (the right version of) the manual ? - Use `hledger help [--help]` to view the built-in manuals, - or view the hledger.org -> REFERENCE MANUALS and choose the proper version at the top of the page. - You can delete this template text before submitting. + +Some things to check before requesting: + +- We try to not clutter the bug tracker with too many wishlist items. + Often it's best to discuss and attract interest on chat or the mail list first; + use your best judgement. https://hledger.org#help-feedback + +- Have you looked for a related feature in (the right version of) the manual ? + Use `hledger help [--help]` to view the built-in manuals, + or view the hledger.org -> REFERENCE MANUALS and choose the proper version + at the top of the page.