You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Design changes will not be accepted at this time. If you have a design change pr
9
9
## Legal
10
10
You will need to complete a Contributor License Agreement (CLA). Briefly, this agreement testifies that you are granting us permission to use the submitted change according to the terms of the project's license, and that the work being submitted is under appropriate copyright.
11
11
12
-
Please submit a Contributor License Agreement (CLA) before submitting a pull request. Download the agreement ([Microsoft Contribution License Agreement.docx](https://www.codeplex.com/Download?ProjectName=typescript&DownloadId=822190)), sign, scan, and email it back to <cla@microsoft.com>. Be sure to include your github user name along with the agreement. Once we have received the signed CLA, we'll review the request. Please note that we're currently only accepting pull requests of bug fixes rather than new features.
12
+
Please submit a Contributor License Agreement (CLA) before submitting a pull request. Download the agreement ([Microsoft Contribution License Agreement.docx](https://www.codeplex.com/Download?ProjectName=typescript&DownloadId=822190) or [Microsoft Contribution License Agreement.pdf](https://www.codeplex.com/Download?ProjectName=typescript&DownloadId=921298)), sign, scan, and email it back to <cla@microsoft.com>. Be sure to include your github user name along with the agreement. Once we have received the signed CLA, we'll review the request. Please note that we're currently only accepting pull requests of bug fixes rather than new features.
13
13
14
14
## Housekeeping
15
15
Your pull request should:
@@ -26,6 +26,7 @@ Your pull request should:
26
26
* Include baseline changes with your change
27
27
* All changed code must have 100% code coverage
28
28
* Follow the code conventions descriped in [Coding guidlines](https://github.com/Microsoft/TypeScript/wiki/Coding-guidlines)
29
+
* To avoid line ending issues, set `autocrlf = input` and `whitespace = cr-at-eol` in your git configuration
29
30
30
31
## Running the Tests
31
32
To run all tests, invoke the runtests target using jake:
[TypeScript](http://www.typescriptlang.org/) is a language for application-scale JavaScript. TypeScript adds optional types, classes, and modules to JavaScript. TypeScript supports tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to readable, standards-based JavaScript. Try it out at the [playground](http://www.typescriptlang.org/Playground), and stay up to date via [our blog](http://blogs.msdn.com/typescript) and [twitter account](https://twitter.com/typescriptlang).
@@ -18,7 +22,7 @@ There are many ways to [contribute](https://github.com/Microsoft/TypeScript/blob
Copy file name to clipboardExpand all lines: ThirdPartyNoticeText.txt
-61Lines changed: 0 additions & 61 deletions
Original file line number
Diff line number
Diff line change
@@ -19,67 +19,6 @@ limitations under the License.
19
19
---------------------------------------------
20
20
Third Party Code Components
21
21
--------------------------------------------
22
-
---- Mozilla Developer Code---------
23
-
The following Mozilla Developer Code is under Public Domain as updated after Aug. 20, 2012, see, https://developer.mozilla.org/en-US/docs/Project:Copyrights
24
-
1. Array filter Compatibility Method,
25
-
Available at https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/filter
26
-
Any copyright is dedicated to the Public Domain.
27
-
28
-
2. Array forEach Compatibility Method,
29
-
Available at https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/forEach
30
-
Any copyright is dedicated to the Public Domain.
31
-
32
-
3. Array indexOf Compatibility Method,
33
-
Available at https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/indexOf
34
-
Any copyright is dedicated to the Public Domain.
35
-
36
-
4. Array map Compatibility Method,
37
-
Available at https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/map
38
-
Any copyright is dedicated to the Public Domain.
39
-
40
-
5. Array Reduce Compatibility Method,
41
-
Available at https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/Reduce
42
-
Any copyright is dedicated to the Public Domain.
43
-
44
-
6. String Trim Compatibility Method,
45
-
Available at https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String/Trim
46
-
Any copyright is dedicated to the Public Domain.
47
-
48
-
7. Date now Compatibility Method,
49
-
Available at https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/now
50
-
Any copyright is dedicated to the Public Domain.
51
-
52
-
------------JSON2 Script------------------------
53
-
json2.js 2012-10-08
54
-
Public Domain.
55
-
NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
56
-
See, http://www.JSON.org/js.html
57
-
58
-
--------------r.js----------------------
59
-
Copyright (c) 2010-2011 Dojo Foundation. All Rights Reserved.
This file is based on or incorporates material from the projects listed below (collectively ?Third Party Code?). Microsoft is not the original author of the Third Party Code. The original copyright notice and the license, under which Microsoft received such Third Party Code, are set forth below. Such licenses and notices are provided for informational purposes only. Microsoft, not the third party, licenses the Third Party Code to you under the terms set forth in the EULA for the Microsoft Product. Microsoft reserves all other rights not expressly granted under this agreement, whether by implication, estoppel or otherwise.
0 commit comments