1
0
forked from Chaospott/site

added external skrollr and first structure in index.html

This commit is contained in:
Van Fanel
2014-07-05 18:56:34 +02:00
parent 7d95d4c864
commit 2a4679207a
58 changed files with 7484 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
Questions belong to StackOverflow
=====
GitHub is for issues and feature requests. Anything else belongs to [StackOverflow](http://stackoverflow.com/questions/ask?tags=skrollr).
Pull requests
=====
Will be ignored if the Travis build fails. Install grunt and run `grunt jshint qunit` locally before submitting pull requests.
Do not include build files in your pull request (e.g. `skrollr.min.js`).
Do not change the version number in your pull request.
Do not try to fix multiple issues or add multiple features with a single pull request. A pull request should only do one thing.