From 74e9f4e3c2dce74e52025e5e75404be548a252ad Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 20 Jan 2020 13:41:51 -0800 Subject: [PATCH] ;doc: update issue templates [ci skip] --- .github/ISSUE_TEMPLATE/a-bug.md | 6 ++---- .github/ISSUE_TEMPLATE/a-wish.md | 16 ++++++++++------ .github/ISSUE_TEMPLATE/config.yml | 10 ++++++++++ .github/ISSUE_TEMPLATE/support.md | 13 ------------- 4 files changed, 22 insertions(+), 23 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/support.md diff --git a/.github/ISSUE_TEMPLATE/a-bug.md b/.github/ISSUE_TEMPLATE/a-bug.md index 5f9a75497..0797b151e 100644 --- a/.github/ISSUE_TEMPLATE/a-bug.md +++ b/.github/ISSUE_TEMPLATE/a-bug.md @@ -7,10 +7,8 @@ labels: A BUG Thank you for helping to make hledger better! If you're not sure it's a bug, or if some discussion would help, -contact us first on the #hledger IRC chat room or the mail list: - -- http://irc.hledger.org (best; no chat client needed) -- http://list.hledger.org +contact us first on chat (quickest) or the mail list: +https://hledger.org#help-feedback Things to check before reporting: diff --git a/.github/ISSUE_TEMPLATE/a-wish.md b/.github/ISSUE_TEMPLATE/a-wish.md index f5b8dda78..bdf6a4300 100644 --- a/.github/ISSUE_TEMPLATE/a-wish.md +++ b/.github/ISSUE_TEMPLATE/a-wish.md @@ -4,12 +4,16 @@ about: A request for something new to improve hledger software, documentation, e labels: A WISH --- -Thank you for your input! +Thank you for helping to make hledger better! -Note, we try to not clutter the bug tracker with wishlist items and ideas. -Often it's best to raise these first on the #hledger IRC chat room or the mail list: +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 -http://irc.hledger.org (quickest; no chat client needed) -http://list.hledger.org (most eyeballs) +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. -to discuss solutions and attract interest. Use your best judgement. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..8348f6f46 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,10 @@ +# https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository + +blank_issues_enabled: true +contact_links: + - name: hledger chat or mail list + url: https://hledger.org/#help-feedback + about: Please send questions and support requests here. + - name: hledger project security issues + url: mailto:simon@joyful.com + about: Please report security vulnerabilities here. diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md deleted file mode 100644 index f2b72fe8c..000000000 --- a/.github/ISSUE_TEMPLATE/support.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: General help / discussion -about: Need help with hledger ? Ask on our IRC chat room or mail list. -labels: ---- - -Requests for help and support with hledger are very welcome, and -useful feedback for the project. But usually, you should not submit -them here; instead, ask on the #hledger IRC chat room or mail list, -and we'll be happy to help: - -http://irc.hledger.org (quickest; no chat client needed) -http://list.hledger.org