diff options
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 |
