feat: update bug_report.yml
Some checks are pending
tinymist::ci / build-vscode-others (push) Blocked by required conditions
tinymist::ci / publish-vscode (push) Blocked by required conditions
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / E2E Tests (darwin-arm64 on macos-latest) (push) Blocked by required conditions
tinymist::ci / E2E Tests (linux-x64 on ubuntu-22.04) (push) Blocked by required conditions
tinymist::ci / E2E Tests (linux-x64 on ubuntu-latest) (push) Blocked by required conditions
tinymist::ci / E2E Tests (win32-x64 on windows-2022) (push) Blocked by required conditions
tinymist::ci / E2E Tests (win32-x64 on windows-latest) (push) Blocked by required conditions
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / build-binary (push) Blocked by required conditions
tinymist::ci / build-vsc-assets (push) Blocked by required conditions
tinymist::ci / build-vscode (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run

This commit is contained in:
Myriad-Dreamin 2025-07-06 11:04:59 +08:00 committed by GitHub
parent 5d27a8668e
commit f897f5ac47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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