From 135e71774c880bc6c1fff144f8bef3a3915fc770 Mon Sep 17 00:00:00 2001 From: Tony Jin Date: Tue, 18 Jul 2017 15:53:01 -0700 Subject: [PATCH] Docs: Add issue reporting template (#228) GitHub supports issue templates, see https://github.com/blog/2111-issue-and-pull-request-templates --- .github/ISSUE_TEMPLATE.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..3f973b0b0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,19 @@ +Please fill out the following template so we can reproduce and fix your issue as quickly as possible! + +Environment: +- Preview version: +- Browser name and version: +- Operating system and version: + +Steps to reproduce the problem: +1. +2. +3. + +What is the expected behavior? (Screenshots can be helpful here) + +What went wrong? (Screenshots can be helpful here) + +Link to application or sample code: + +If relevant, link to file (or attach file here):