Better issue templates

This commit is contained in:
Alex Dima 2019-12-17 00:05:44 +01:00
parent a943d3d0b0
commit 5b9ff27ef8
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
4 changed files with 35 additions and 7 deletions

21
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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
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,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. -->

View file

@ -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:**