From 888b13d13c7821334c337346955f750cfa7707b0 Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Tue, 4 Aug 2020 15:20:42 -0600 Subject: [PATCH] Updated PR template to include all supported browsers (#3861) --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0f656b72ab4c..47b324613ab1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,7 +6,7 @@ Provide a detailed summary of your PR. Explain how you arrived at your solution. - [ ] Check against **all themes** for compatibility in both light and dark modes - [ ] Checked in **mobile** -- [ ] Checked in **IE11** and **Firefox** +- [ ] Checked in **Chrome**, **Safari**, **Edge**, and **Firefox** - [ ] Props have proper **autodocs** - [ ] Added **[documentation](https://github.com/elastic/eui/blob/master/wiki/documentation-guidelines.md)** - [ ] Checked **[Code Sandbox](https://codesandbox.io/)** works for the any docs examples