From 7def6c908f517f03be31e7d075e0b22889d67cb4 Mon Sep 17 00:00:00 2001 From: Chris Helgert Date: Wed, 17 Oct 2018 19:48:32 +0200 Subject: [PATCH] Move issue template to '.github' folder and add some styling for better readability --- .github/issue_template.md | 7 +++++++ ISSUE_TEMPLATE | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 .github/issue_template.md delete mode 100644 ISSUE_TEMPLATE diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 00000000..81f0543b --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,7 @@ + +**monaco-editor version:** 0.X.Y +**Browser:** +**OS:** + +**Steps or JS usage snippet reproducing the issue:** + diff --git a/ISSUE_TEMPLATE b/ISSUE_TEMPLATE deleted file mode 100644 index 078abda1..00000000 --- a/ISSUE_TEMPLATE +++ /dev/null @@ -1,5 +0,0 @@ - -monaco-editor version: 0.X.Y -Browser: -OS: -Steps or JS usage snippet reproducing the issue: