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
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
TypeScript is currently accepting contributions in the form of bug fixes. A bug must have an issue tracking it in the issue tracker that has been approved ("Milestone == Community") by the TypeScript team. Your pull request should include a link to the bug that you are fixing. If you've submitted a PR for a bug, please post a comment in the bug to avoid duplication of effort.
3
3
4
4
## Contributing features
5
-
Features (things that add new or improved functionality to TypeScript) may be accepted, but will need to first be approved (marked as "Milestone == Community" by a TypeScript coordinator with the message "Approved") in the suggestion issue. Please include [feature] in the title of your forum post. Features with language design impact, or that are adequately satisfied with external tools, will not be accepted.
5
+
Features (things that add new or improved functionality to TypeScript) may be accepted, but will need to first be approved (marked as "Milestone == Community" by a TypeScript coordinator with the message "Approved") in the suggestion issue. Features with language design impact, or that are adequately satisfied with external tools, will not be accepted.
6
6
7
-
Design changes will not be accepted at this time. If you have a design change proposal, please post it to the Language Specification forum.
7
+
Design changes will not be accepted at this time. If you have a design change proposal, please log a suggesion issue.
8
8
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.
@@ -21,8 +21,7 @@ Your pull request should:
21
21
* Have clear commit messages
22
22
* e.g. "Refactor feature", "Fix issue", "Add tests for issue"
23
23
* Include adequate tests
24
-
* At least one test should fail in the absence of your non-test code changes. If your PR does not match this criteria, please specify why.
25
-
* See Creating a TypeScript Compiler Test and Writing TypeScript Language Service Tests for documentation on creating tests
24
+
* At least one test should fail in the absence of your non-test code changes. If your PR does not match this criteria, please specify why
26
25
* Tests should include reasonable permutations of the target fix/change
0 commit comments