aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/desandro/imagesloaded/contributing.md
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-11-25 09:09:26 +0000
committerMario <mario@mariovavti.com>2018-12-02 10:14:37 +0100
commita0d1ce77dc4a74f42cd68c682af8d2d0596cb754 (patch)
tree6065839bbb64f4607ae3c9cf829015283d833bba /vendor/desandro/imagesloaded/contributing.md
parent863cae1bab2749f2a829d01989dd501cb4742e16 (diff)
downloadvolse-hubzilla-a0d1ce77dc4a74f42cd68c682af8d2d0596cb754.tar.gz
volse-hubzilla-a0d1ce77dc4a74f42cd68c682af8d2d0596cb754.tar.bz2
volse-hubzilla-a0d1ce77dc4a74f42cd68c682af8d2d0596cb754.zip
update imagesloaded to version 4.1.4 via composer
(cherry picked from commit c667572d3eedb0c31b29a4c469b378ccdcee0ba1)
Diffstat (limited to 'vendor/desandro/imagesloaded/contributing.md')
-rw-r--r--vendor/desandro/imagesloaded/contributing.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/vendor/desandro/imagesloaded/contributing.md b/vendor/desandro/imagesloaded/contributing.md
new file mode 100644
index 000000000..acac280cc
--- /dev/null
+++ b/vendor/desandro/imagesloaded/contributing.md
@@ -0,0 +1,20 @@
+## Submitting issues
+
+### Reduced test case required
+
+All bug reports and problem issues require a [**reduced test case**](http://css-tricks.com/reduced-test-cases/).
+
++ A reduced test case clearly demonstrates the bug or issue.
++ It contains the bare minimum HTML, CSS, and JavaScript required to demonstrate the bug.
++ A link to your production site is **not** a reduced test case.
+
+Create a test case by forking a [CodePen demos](http://codepen.io/desandro/pens/tags/?selected_tag=imagesloaded-docs).
+
++ [progress with jQuery](http://codepen.io/desandro/pen/bIFyl)
++ [progress with vanilla JS](http://codepen.io/desandro/pen/hlzaw)
++ [`{ background: true }` with jQuery](http://codepen.io/desandro/pen/pjVMPB)
++ [`{ background: true }` with vanilla JS](http://codepen.io/desandro/pen/avKooW)
++ [`{ background: '.selector' }` with jQuery](http://codepen.io/desandro/pen/avKoZL)
++ [`{ background: '.selector' }` with vanilla JS](http://codepen.io/desandro/pen/vNrBGz)
+
+Providing a reduced test case is the best way to get your issue addressed. They help you point out the problem. They help me verify and debug the problem. They help others understand the problem. Without a reduced test case, your issue may be closed.