You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/contributing.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ All bug reports and problem issues require a [**reduced test case**](https://css
8
8
+ It contains the bare minimum HTML, CSS, and JavaScript required to demonstrate the bug.
9
9
+ A link to your production site is **not** a reduced test case.
10
10
11
-
Create one by forking any one of the [CodePen demos](https://codepen.io/desandro/tag/infinite-scroll-v3-docs) from [the docs](https://infinite-scroll.com).
11
+
Create one by forking any one of the [CodePen demos](https://codepen.io/collection/DZejqa?grid_type=list&sort_by=item_created_at) from [the docs](https://infinite-scroll.com).
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 or live URL, your issue may be closed.
17
17
@@ -21,8 +21,8 @@ Contributions are welcome!
21
21
22
22
+**For typos and one-line fixes,** send those right in.
23
23
+**For larger features,** open an issue before starting any significant work. Let's discuss to see how your feature fits within Infinite Scroll's vision.
24
-
+**Follow the code style.** Spaces in brackets, semicolons, trailing commas.
24
+
+**Check code style.** Run `npm run lint`. Spaces in brackets, semicolons, trailing commas.
25
25
+**Do not edit `infinite-scroll.pkgd.js`.** Make your edits to source files in `js/`.
26
-
+**Do not run `gulp` to update `dist/` files.** I'll take care of this when I create a new release.
26
+
+**Do not run the `dist` task to update `dist/` files.** I'll take care of this when I create a new release.
27
27
28
-
Your code will be used as part of a commercial product if merged. By submitting a Pull Request, you are giving your consent for your code to be integrated into Flickity as part of a commercial product.
28
+
Your code will be used as part of a commercial product if merged. By submitting a Pull Request, you are giving your consent for your code to be integrated into Infinite Scroll as part of a commercial product.
<!-- Thanks for submitting an issue! All bug reports and problem issues require a **reduced test case** or **live URL**. Create one by forking any one of the CodePen examples from the docs. See guidelines link above. -->
0 commit comments