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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@ In general, things we find useful when reviewing suggestions are:
35
35
36
36
## Code of Conduct ##
37
37
38
-
This project has adopted a [Code of Conduct](https://typescriptlibs.org/CONDUCT.pdf).
39
-
Please contact <conduct@typescriptlibs.org> with any questions or comments.
38
+
This project has adopted a [Code of Conduct](https://typescriptlibs.eu/CONDUCT.pdf).
39
+
Please contact <conduct@typescriptlibs.eu> with any questions or comments.
40
40
41
41
42
42
## Contributing bug fixes ##
@@ -61,7 +61,7 @@ You will need to complete a Contributor License Agreement (CLA).
61
61
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.
62
62
63
63
Please submit a Contributor License Agreement (CLA) before submitting a pull request.
64
-
You may print the agreement ([Contribution License Agreement](https://typescriptlibs.org/CLA.pdf), sign, scan, and email it back to <cla@typescriptlibs.org>.
64
+
You may print the agreement ([Contribution License Agreement](https://typescriptlibs.eu/CLA.pdf), sign, scan, and email it back to <cla@typescriptlibs.eu>.
65
65
Be sure to include your github user name along with the agreement.
66
66
Once we have received the signed CLA, we'll review the request.
67
67
@@ -82,3 +82,4 @@ Your pull request should:
82
82
* Include baseline changes with your change
83
83
* All changed code must have 100% code coverage
84
84
* To avoid line ending issues, set `autocrlf = input` and `whitespace = cr-at-eol` in your git configuration
0 commit comments