You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vestride_Shuffle/CONTRIBUTING.md

1.1 KiB

Submitting Issues

All bug reports and issues require a reduced test case.

Want to start a CodePen with a shuffle template? Use this: http://codepen.io/pen?template=qrjOpX

Take a look at the GitHub contributing guide. For demo links, please use things like CodePen, JSFiddle, or JS Bin to create reduced test cases. For more best practices when contributing, check out html5boilerplate's guide.

Without a reduced test case, your issue may be closed.

Running locally

This project uses Jekyll.

  • Head over to their quickstart guide to setup jekyll.
  • Install npm dependencies npm install.
  • Run npm run watch to rebuild, start the jekyll server, and watch for changes.
  • go to http://localhost:4000 to see it.