Restore issue templates

This commit is contained in:
Alex Dima 2021-11-13 20:51:37 +01:00
parent 5c54d2085f
commit 26544b7d01
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
6 changed files with 0 additions and 70 deletions

33
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
---
<!--
🛑 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:
-- https://vscode-web-test-playground.azurewebsites.net/
3. Otherwise, provide steps that reproduce the problem at the Monaco Editor homepage
-- https://microsoft.github.io/monaco-editor/
4. Otherwise, provide a Playground code snippet
-- https://microsoft.github.io/monaco-editor/playground.html
5. Otherwise, provide a self-contained git repository / HTML page
-->
**monaco-editor version:** 0.X.Y
**Browser:**
**OS:**
**Playground code that reproduces the issue:**
```js
```

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Question
url: https://stackoverflow.com/questions/tagged/monaco-editor
about: Please ask and answer questions here.

View file

@ -0,0 +1,8 @@
---
name: Feature request
about: Suggest an idea for this project
---
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->