From f897f5ac472ede71ca73c903570c347c0fb95665 Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin <35292584+Myriad-Dreamin@users.noreply.github.com> Date: Sun, 6 Jul 2025 11:04:59 +0800 Subject: [PATCH] feat: update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 35b80987..871e36df 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -46,7 +46,7 @@ body: attributes: label: Editor Version description: | - For example, for VSCode, get the version in (Help -> About) + For example, in VSCode, get the version in (Help -> About) validations: required: true - type: textarea @@ -60,8 +60,8 @@ body: label: Server Logs description: | For example, in Neovim, the log is oftenly stored in the `~/.local/state/nvim/lsp`. - For example, for VSCode, get the logs in (Output Panel -> Tinymist). - We will close a bug report that doesn't provide full logs. Please don't truncate it for us, attach it as a file if it's too long. + For example, in VSCode, get the logs in (Output Panel -> Tinymist). + We may close a bug report if there is no full logs. Please don't truncate it for us, attach it as a file if it's too long. value: | ```log Paste your logs here @@ -74,7 +74,7 @@ body: description: | For example, in VSCode, get the logs in (Help -> Toggle Developer Tools -> Console). If you open preview in browser, the console log in the browser is also helpful. - We will close a bug report that doesn't provide full logs. Please don't truncate it for us, attach it as a file if it's too long. + We may close a bug report if there is no full logs. Please don't truncate it for us, attach it as a file if it's too long. value: | ```log Paste your logs here