mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Better issue templates
This commit is contained in:
parent
a943d3d0b0
commit
5b9ff27ef8
4 changed files with 35 additions and 7 deletions
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
|
1. Please provide steps that reproduce the problem at the Monaco Editor homepage
|
||||||
|
-- https://microsoft.github.io/monaco-editor/
|
||||||
|
|
||||||
|
2. Otherwise, please provide a Playground code snippet
|
||||||
|
-- https://microsoft.github.io/monaco-editor/playground.html
|
||||||
|
|
||||||
|
-->
|
||||||
|
**monaco-editor version:** 0.X.Y
|
||||||
|
**Browser:**
|
||||||
|
**OS:**
|
||||||
|
**Playground code that reproduces the issue:**
|
||||||
|
|
||||||
|
```js
|
||||||
|
```
|
||||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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.
|
||||||
9
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
9
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Please search existing issues to avoid creating duplicates. -->
|
||||||
|
|
||||||
|
<!-- Describe the feature you'd like. -->
|
||||||
7
.github/issue_template.md
vendored
7
.github/issue_template.md
vendored
|
|
@ -1,7 +0,0 @@
|
||||||
<!-- Do you have a question? Please ask it on https://stackoverflow.com/questions/tagged/monaco-editor -->
|
|
||||||
**monaco-editor version:** 0.X.Y
|
|
||||||
**Browser:**
|
|
||||||
**OS:**
|
|
||||||
|
|
||||||
**Steps or JS usage snippet reproducing the issue:**
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue