From a196f8123e448c7686c52f3b721278d2cebd6034 Mon Sep 17 00:00:00 2001 From: Krzysztof Piasecki Date: Sun, 11 Mar 2018 09:42:31 +0100 Subject: [PATCH 1/3] Add ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 59 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 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 0000000..33f772f --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,59 @@ + + +## I'm submitting a ... + +

+[ ] Bug report  
+[ ] Feature request
+[ ] Documentation issue
+[ ] Support request
+
+ +## Current behavior + + + +## Expected behavior + + + +## Minimal reproduction of the problem with instructions + + +## What is the motivation / use case for changing the behavior? + + + +## Environment + +

+
+Platform:
+- [ ] Linux
+- [ ] Mac
+- [ ] Windows
+- [ ] Other
+
+Browser:
+- [ ] Chrome (desktop) version XX
+- [ ] Chrome (Android) version XX
+- [ ] Chrome (iOS) version XX
+- [ ] Firefox version XX
+- [ ] Safari (desktop) version XX
+- [ ] Safari (iOS) version XX
+- [ ] IE version XX
+- [ ] Edge version XX
+ 
+For Building issues:
+- Node version: XX  
+- NPM version: XX  
+
+Others:
+
+
From 6eec1f6fbf1d5d3a19df692527b5aa6ca62fa531 Mon Sep 17 00:00:00 2001 From: Krzysztof Piasecki Date: Sun, 11 Mar 2018 10:19:06 +0100 Subject: [PATCH 2/3] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 68 +++++++++++---------------------------- 1 file changed, 19 insertions(+), 49 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 33f772f..ca6aa1b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,59 +1,29 @@ - -## I'm submitting a ... - -

-[ ] Bug report  
-[ ] Feature request
-[ ] Documentation issue
-[ ] Support request
-
- -## Current behavior - - - -## Expected behavior - - -## Minimal reproduction of the problem with instructions - -## What is the motivation / use case for changing the behavior? - + +

Bug report

+

Feature request

+

Documentation issue

+

Support request

+# Current behavior + -## Environment - -

-
-Platform:
-- [ ] Linux
-- [ ] Mac
-- [ ] Windows
-- [ ] Other
+# Expected behavior 
+
+
 
-Browser:
-- [ ] Chrome (desktop) version XX
-- [ ] Chrome (Android) version XX
-- [ ] Chrome (iOS) version XX
-- [ ] Firefox version XX
-- [ ] Safari (desktop) version XX
-- [ ] Safari (iOS) version XX
-- [ ] IE version XX
-- [ ] Edge version XX
- 
-For Building issues:
-- Node version: XX  
-- NPM version: XX  
+# Environment
+Platform: 
+Browser: 
 
-Others:
-
-
+For building issues: +Node: +NPM: + + From d780fe3c4963e8018c1b221fbea06fbbf1ebe782 Mon Sep 17 00:00:00 2001 From: Krzysztof Piasecki Date: Sun, 11 Mar 2018 10:51:07 +0100 Subject: [PATCH 3/3] Change submit type order and add the comment --- .github/ISSUE_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ca6aa1b..3961b70 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,8 +8,10 @@ PLEASE SEARCH GITHUB FOR A SIMILAR ISSUE OR PR BEFORE SUBMITTING

Bug report

Feature request

-

Documentation issue

Support request

+

Documentation issue

+ + # Current behavior