Bladeren bron

Better issue templates

Alex Dima 5 jaren geleden
bovenliggende
commit
5b9ff27ef8

+ 21 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -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 - 0
.github/ISSUE_TEMPLATE/config.yml

@@ -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 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -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. -->

+ 0 - 7
.github/issue_template.md

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