Skip to content

Commit 5cfdedf

Browse files
committed
πŸ“ v4 CodePen links; revise tasks in PR notes
1 parent 40834c7 commit 5cfdedf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

β€Ž.github/contributing.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ All bug reports and problem issues require a [**reduced test case**](https://css
88
+ It contains the bare minimum HTML, CSS, and JavaScript required to demonstrate the bug.
99
+ A link to your production site is **not** a reduced test case.
1010

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).
1212

13-
+ [Scroll & append](https://codepen.io/desandro/pen/WOjqNM)
14-
+ [Scroll & append, vanilla JS](https://codepen.io/desandro/pen/WOpjMM)
13+
+ [Scroll & append](https://codepen.io/desandro/pen/yLaKLop)
14+
+ [Scroll & append, vanilla JS](https://codepen.io/desandro/pen/vYXRYeY)
1515

1616
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.
1717

@@ -21,8 +21,8 @@ Contributions are welcome!
2121

2222
+ **For typos and one-line fixes,** send those right in.
2323
+ **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.
2525
+ **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.
2727

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.

β€Ž.github/issue_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<!-- 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. -->
22

3-
**Test case:** http://codepen.io/desandro/pen/WOjqNM
3+
**Test case:** https://codepen.io/desandro/pen/yLaKLop

0 commit comments

Comments
Β (0)