Skip to content

Commit 956f4e6

Browse files
committed
😸 add .github, move contributing
1 parent 05f1665 commit 956f4e6

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

‎contributing.md ‎.github/contributing.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
All bug reports and problem issues require a [**reduced test case**](http://css-tricks.com/reduced-test-cases/). Create one by forking any one of the [CodePen examples](http://codepen.io/desandro/pens/tags/?grid_type=list&selected_tag=packery-docs) from [the docs](http://packery.metafizzy.co).
66

7+
**CodePens**
8+
9+
+ [Basic layout](http://codepen.io/desandro/pen/QyrEgX)
10+
+ [Fluid layout](http://codepen.io/desandro/pen/xZjOXq)
11+
+ [Images](http://codepen.io/desandro/pen/pgVbLv)
12+
+ [Draggable](http://codepen.io/desandro/pen/aGvIq)
13+
14+
**Test cases**
15+
716
+ A reduced test case clearly demonstrates the bug or issue.
817
+ It contains the bare minimum HTML, CSS, and JavaScript required to demonstrate the bug.
918
+ A link to your production site is **not** a reduced test case.

‎.github/issue_template.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!-- Thanks for submitting an issue! All bug reports and problem issues require a **reduced test case**. Create one by forking any one of the CodePen examples from the docs. See guidelines link above. -->
2+
3+
**Test case:** http://codepen.io/desandro/pen/QyrEgX

0 commit comments

Comments
 (0)