mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
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
92 lines
2.7 KiB
YAML
92 lines
2.7 KiB
YAML
name: Bug report
|
|
description: File a bug/issue
|
|
labels: ["bug", "need-to-investigate"]
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Is there an existing issue for this?
|
|
description: Please search to see if an issue already exists for the bug you encountered.
|
|
options:
|
|
- label: I have searched the existing issues
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: Platform
|
|
description: Which platform are you on?
|
|
options:
|
|
- x64 Windows (win32-x64, Most Common)
|
|
- x64 Linux (linux-x64, Most Common)
|
|
- Apple Silicon macOS (darwin-arm64, Most Common)
|
|
- ARM64 Windows (win32-arm64)
|
|
- ARM64 Linux (linux-arm64)
|
|
- ARMv7 Linux (linux-armhf)
|
|
- Intel macOS (darwin-x64)
|
|
- x64 Alpine Linux (alpine-x64)
|
|
- ARM64 Alpine Linux (alpine-arm64)
|
|
- Browser (web)
|
|
- Other Platforms (universal)
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: Editor
|
|
description: Which editor are you using?
|
|
options:
|
|
- VS Cod(e,ium)
|
|
- Neovim
|
|
- Emacs
|
|
- Sublime Text
|
|
- Helix
|
|
- Zed
|
|
- CLI (Command Line Interface)
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Editor Version
|
|
description: |
|
|
For example, in VSCode, get the version in (Help -> About)
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Server Logs
|
|
description: |
|
|
For example, in Neovim, the log is oftenly stored in the `~/.local/state/nvim/lsp`.
|
|
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
|
|
```
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Browser Logs
|
|
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 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
|
|
```
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional context
|
|
description: |
|
|
Links? References? Anything that will give us more context about the issue you are encountering!
|
|
|
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
|
validations:
|
|
required: false
|