Skip to content

Commit 6ac2052

Browse files
committed
📝 revise contributing
1 parent 247fad6 commit 6ac2052

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/contributing.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,12 @@ Providing a reduced test case is the best way to get your issue addressed. They
1717

1818
## Pull requests
1919

20-
Contributions are welcome! Please note: your code may be used as part of a commercial product if merged. Be clear about what license applies to your patch. [The MIT license](https://choosealicense.com/licenses/mit/) or [public domain unlicense](https://choosealicense.com/licenses/unlicense/) are permissive, and allow integration of your patch into Flickity as part of a commercial product.
20+
Contributions are welcome!
21+
22+
+ **For typos and one-line fixes,** send those right in.
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.
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.
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.

0 commit comments

Comments
 (0)