From 5b9ff27ef845dd09757fac63e45b76728bfe0b11 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Tue, 17 Dec 2019 00:05:44 +0100 Subject: [PATCH] Better issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 21 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/feature_request.md | 9 +++++++++ .github/issue_template.md | 7 ------- 4 files changed, 35 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..5288a1f2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,21 @@ +--- +name: Bug report +about: Create a report to help us improve +--- + + +**monaco-editor version:** 0.X.Y +**Browser:** +**OS:** +**Playground code that reproduces the issue:** + +```js +``` diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..e14ffcda --- /dev/null +++ b/.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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..a820760f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,9 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + + + + diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index 81f0543b..00000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,7 +0,0 @@ - -**monaco-editor version:** 0.X.Y -**Browser:** -**OS:** - -**Steps or JS usage snippet reproducing the issue:** -