forked from cubiq/iscroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
cubiq
committed
Apr 5, 2016
1 parent
4727730
commit 75c546d
Showing
8 changed files
with
99 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,5 @@ | ||
# Contributing to iScroll / FAQ | ||
|
||
## Why we need a CLA (Contributor License Agreement) | ||
You are very welcome to collaborate, all changes to the code will be released under an MIT license. | ||
|
||
All contributions are welcome but to enforce the openness of this script I have to ask all contributors to sign a Contributor License Agreement. I'm sorry about this but it's the only way to keep the script free and Open Source. | ||
|
||
If you are an individual, please sign the following form: | ||
http://cubiq.org/iscroll/cla/individual.html | ||
|
||
If you are a company or an entity please sign the following form: | ||
http://cubiq.org/iscroll/cla/entity.html | ||
|
||
## Why is my patch not accepted yet? | ||
Thank you very much for your contribution. Please make sure you signed the CLA (see above). Please note that pull requests may take some time to be accepted. Testing iScroll is one of the most time consuming tasks of the project. iScroll works from desktop to smartphone, from tablets to smart TVs. I do not have physical access to all the testing devices, so before I can push a change I have to make sure that the new code is working everywhere. | ||
|
||
If you want to speed up the process, please provide your own test results and try to be as more specific as possible. | ||
|
||
Thanks! | ||
Matteo Spinelli | ||
By submitting a pull request you implicitly agree to give rights of your code to the project authors. Your contribution will always be released under the same MIT license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "iscroll", | ||
"description": "Smooth scrolling for the web", | ||
"version": "5.1.3-master", | ||
"homepage": "http://cubiq.org/iscroll-4", | ||
"version": "5.2.0", | ||
"homepage": "http://iscrolljs.com", | ||
"author": "Matteo Spinelli <[email protected]> (http://cubiq.org)", | ||
"keywords": [ | ||
"scrolling", | ||
|
@@ -15,8 +15,8 @@ | |
], | ||
"main": "build/iscroll.js", | ||
"devDependencies": { | ||
"jshint": "~2.5.1", | ||
"uglify-js": "~2.4.13" | ||
"jshint": "~2.9.1", | ||
"uglify-js": "~2.6.2" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
@@ -26,4 +26,4 @@ | |
"url": "https://github.com/cubiq/iscroll/issues" | ||
}, | ||
"license": "MIT" | ||
} | ||
} |