From 64751cb70d126b21af5b34237883d66fef3c51f6 Mon Sep 17 00:00:00 2001 From: Evan Walters Date: Tue, 9 Oct 2018 07:12:41 +0100 Subject: [PATCH] issue guidelines --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a31dd651..962f598a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ It is recommended to develop against the `dev` version, and in production to use ## Issues -Create issues in this repository for anything Monaco Editor related. Always mention **the version** of the editor when creating issues and **the browser** you're having trouble in. Please search for existing issues to avoid duplicates. +Create issues in this repository for anything Monaco Editor related. Always mention **the version** of the editor when creating issues and **the browser** you're having trouble in. Please search for existing issues to avoid duplicates. Please remember to use ISSUE_TEMPLATE to avoid your issue being prematurely closed. ## Known issues In IE 11, the editor must be completely surrounded in the body element, otherwise the hit testing we do for mouse operations does not work. You can inspect this using F12 and clicking on the body element and confirm that visually it surrounds the editor.