monaco-editor/.github/ISSUE_TEMPLATE/bug_report.md

34 lines
779 B
Markdown
Raw Normal View History

2019-12-17 07:05:44 +08:00
---
name: Bug report
about: Create a report to help us improve
---
<!--
2020-01-10 19:31:20 +08:00
🛑 STOP 🛑 STOP 🛑 STOP 🛑
1. Try to reproduce in VS Code and file issue directly at:
-- https://github.com/microsoft/vscode/issues
2. Otherwise, provide steps that reproduce the problem in VS Code web at:
2020-01-28 17:21:31 +08:00
-- https://vscode-web-test-playground.azurewebsites.net/
2020-01-10 19:31:20 +08:00
3. Otherwise, provide steps that reproduce the problem at the Monaco Editor homepage
2019-12-17 07:05:44 +08:00
-- https://microsoft.github.io/monaco-editor/
2020-01-10 19:31:20 +08:00
4. Otherwise, provide a Playground code snippet
2019-12-17 07:05:44 +08:00
-- https://microsoft.github.io/monaco-editor/playground.html
2020-01-10 19:31:20 +08:00
5. Otherwise, provide a self-contained git repository / HTML page
-->
2019-12-17 07:05:44 +08:00
**monaco-editor version:** 0.X.Y
**Browser:**
**OS:**
**Playground code that reproduces the issue:**
```js
2021-11-06 07:15:13 +08:00
2019-12-17 07:05:44 +08:00
```