From ea46f493a164005a1320e2b0df6d1649e4850784 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Fri, 20 Apr 2018 22:38:01 +0200 Subject: [PATCH] chore: improve GitHub issue template This template was generated by https://www.talater.com/open-source-templates/#/ and modified according to our own CONTRIBUTION.md guidelines. --- .github/ISSUE_TEMPLATE.md | 78 +++++++++++++++++++++++++-------------- 1 file changed, 50 insertions(+), 28 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1241f342e..317109812 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,28 +1,50 @@ - - -#### How to reproduce this bug: - -1. Step one -2. Step two -3. Step three - -#### What should happen: - -#### What happened instead: - -#### Browser(s) and Device(s) tested on: - -#### Foundation Version(s) you are using: - -#### Test case link: - - - -- [CodePen with Foundation 6.3.1, Float Grid and MotionUI](http://codepen.io/IamManchanda/pen/LWGZxR) -- [CodePen with Foundation 6.3.1, Float Grid with RTL Direction and MotionUI](http://codepen.io/IamManchanda/pen/bRYOMv) -- [CodePen with Foundation 6.3.1, Flexbox grid and MotionUI](http://codepen.io/IamManchanda/pen/zZrBEv) - -- [CodePen with Foundation 6.4.1, XY Flexbox grid and MotionUI](http://codepen.io/IamManchanda/pen/EXbGKJ) -- [CodePen with Foundation 6.4.1, XY Flexbox grid with RTL Direction and MotionUI](http://codepen.io/IamManchanda/pen/qjVLoO) -- [CodePen with Foundation 6.4.1, XY Flexbox grid with Prototype Mode and MotionUI](http://codepen.io/IamManchanda/pen/XgzopG) -- [CodePen with Foundation 6.4.1, Float Grid and MotionUI](http://codepen.io/IamManchanda/pen/qjVLrB) + + + + +## Expected Behavior + + + +## Current Behavior + + + +## Possible Solution + + + +## Test Case and/or Steps to Reproduce (for bugs) + + +**Test Case**: + + +**How to reproduce:** +1. +2. +3. + +## Context + + + +## Your Environment + +* Foundation version(s) used: +* Browser(s) Name and version(s): +* Operating System and version (desktop or mobile): +* Link to your project: + +## Checklist (all required): + + +- [ ] I have read the [CONTRIBUTING](CONTRIBUTING.md) document. +- [ ] This is a bug report or a feature request. +- [ ] There is no other issues similar to this one. +- [ ] The issue title is descriptive. +- [ ] The template is fully and correctly filled. + + + -- 2.47.3