]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
chore: improve GitHub issue template
authorNicolas Coden <nicolas@ncoden.fr>
Fri, 20 Apr 2018 20:38:01 +0000 (22:38 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Fri, 20 Apr 2018 20:38:01 +0000 (22:38 +0200)
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

index 1241f342e8a6ed4353cc5f0645c8e0f76e5af5d3..317109812be36ba175fe47435347ae6f58c13037 100644 (file)
@@ -1,28 +1,50 @@
-<!-- For replicatable bugs or feature requests GitHub is the right place. The [Foundation Forum](http://foundation.zurb.com/forum) would be a great place to seek some help with general questions or help with your code. There you can reach out to the community to share your insights or ask questions. -->
-
-#### 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:
-
-<!-- Give us a link to a CodePen or JSFiddle that recreates the issue. -->
-
-- [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)
+<!--- Please fill the following template. Your issue may be closed otherwise. -->
+<!--- Only submit here bug reports or a feature requests. For help or questions -->
+<!--- to the community, see the forum http://foundation.zurb.com/forum -->
+
+## Expected Behavior
+<!--- If you're describing a bug, tell us what should happen -->
+<!--- If you're suggesting a change/improvement, tell us why and how it should work -->
+
+## Current Behavior
+<!--- If describing a bug, tell us what happens instead of the expected behavior -->
+<!--- If suggesting a change/improvement, explain the difference from current behavior -->
+
+## Possible Solution
+<!--- Not obligatory, but suggest a fix/reason for the bug, -->
+<!--- or ideas how to implement the addition or change -->
+
+## Test Case and/or Steps to Reproduce (for bugs)
+<!--- We highly recommand you to provide a live example of your bug so we can reproduce it -->
+<!--- Create a test case with the last version by forking https://codepen.io/ncoden/pen/YLzjeq -->
+**Test Case**: <!-- https://... -->
+
+<!--- If you cannot provide a test case (i.e. for a Sass bug), provide an unambiguous
+<!--- set of steps to reproduce, with your code and configuration. -->
+**How to reproduce:**
+1.
+2.
+3.
+
+## Context
+<!--- How has this issue affected you? What are you trying to accomplish? -->
+<!--- Providing context helps us come up with a solution that is most useful in the real world -->
+
+## Your Environment
+<!--- Include as many relevant details about the environment you experienced the bug in -->
+* Foundation version(s) used:
+* Browser(s) Name and version(s):
+* Operating System and version (desktop or mobile):
+* Link to your project:
+
+## Checklist (all required):
+<!--- Go over all the following points, and put an `x` in the boxes. All checkboxes are required! -->
+<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
+- [ ] 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.
+
+<!--- For more information, see the CONTRIBUTING.md document -->
+<!--- Thank you for your issue and happy coding ;) -->