diff options
| author | William Boman <william@redwill.se> | 2022-07-12 23:51:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-12 21:51:32 +0000 |
| commit | 36c885bc02475e862b8d85cc20302e8c89981905 (patch) | |
| tree | 2d87b2e12ba9f7f9377b7795b0dcfec7773faeac /.github | |
| parent | docs: add docs for mason-lspconfig (#61) (diff) | |
| download | mason-36c885bc02475e862b8d85cc20302e8c89981905.tar mason-36c885bc02475e862b8d85cc20302e8c89981905.tar.gz mason-36c885bc02475e862b8d85cc20302e8c89981905.tar.bz2 mason-36c885bc02475e862b8d85cc20302e8c89981905.tar.lz mason-36c885bc02475e862b8d85cc20302e8c89981905.tar.xz mason-36c885bc02475e862b8d85cc20302e8c89981905.tar.zst mason-36c885bc02475e862b8d85cc20302e8c89981905.zip | |
chore(issue_template): make DEBUG log level request clearer (#62)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/package_installation_form.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/package_installation_form.yaml b/.github/ISSUE_TEMPLATE/package_installation_form.yaml index f9350069..87038f0c 100644 --- a/.github/ISSUE_TEMPLATE/package_installation_form.yaml +++ b/.github/ISSUE_TEMPLATE/package_installation_form.yaml @@ -73,8 +73,8 @@ body: - type: textarea attributes: label: Installation log - description: "Make sure you set DEBUG level before installing the package. Refer to `:help mason-debugging`" - placeholder: ":MasonLog" + description: "Make sure you set the log level to DEBUG before installing the package. Refer to `:help mason-debugging`" + placeholder: ":MasonLog. Make sure you set the log level to DEBUG before installing the package (:h mason-debugging). The default log level is not helpful for debugging purposes." render: Text validations: required: true |
