From ebb44f9822b1ebaf3fdc117896aaffaf9c1e62e5 Mon Sep 17 00:00:00 2001 From: Sean Hamilton Date: Fri, 23 Feb 2018 11:13:24 +0000 Subject: [PATCH 1/2] Created issue template --- .github/ISSUE_TEMPLATE.md | 94 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 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..d39bb22d8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,94 @@ + + + + +# Bug Report Template + +## Description +Describe the bug you are having + +## How to reproduce +A step by step guide on how to reproduce the bug + +## Environment Information +- Operating System (OS version) +- Browser (Browser version) + +## Link to JSFiddle +Link to the JSFiddle which recreates the bug + + + + +# Feature Request Template + +## Description +Describe the feature and why the feature should be added + +## Implementation +Tell us how you would implement the feature + +## Example +If you can show an example of the feature using an image or links From 36f77a8791f0e7bb714cfd2ad27305fd83782325 Mon Sep 17 00:00:00 2001 From: Sean Hamilton Date: Fri, 23 Feb 2018 11:36:13 +0000 Subject: [PATCH 2/2] Added expected and result to bug template --- .github/ISSUE_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d39bb22d8..a66fd7b51 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -72,6 +72,12 @@ Describe the bug you are having ## How to reproduce A step by step guide on how to reproduce the bug +## Expected behavior +The result which you where expecting + +## Resulting behavior +The actual result + ## Environment Information - Operating System (OS version) - Browser (Browser version)