Skip to content

Commit

Permalink
πŸ“ revise contributing PR's
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Apr 15, 2018
1 parent 0fb1fab commit 903376e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ Providing a reduced test case is the best way to get your issue addressed. They

Contributions are welcome!

+ **For typos and one-line fixes,** send those right in.
+ **For larger features,** open an issue before starting any significant work. Let's discuss to see how your feature fits within Flickity's vision.
+ **Follow the code style.** Spaces in brackets, semicolons, trailing commas.
+ **Do not run `gulp` and update `dist/` files.** I'll take care of this after merging.
+ **Do not edit `dist/` files.** Make your edits to source files in `js/` and `css/`.
+ **Do not run `gulp` to update `dist/` files.** I'll take care of this when I create a new release.

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 comments on commit 903376e

Please sign in to comment.