mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-07 13:05:02 +00:00
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
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:
parent
5d27a8668e
commit
f897f5ac47
1 changed files with 4 additions and 4 deletions
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue