Skip to content

Commit 2511f34

Browse files
sheonhanOrta
authored and
Orta
committed
fix: mardkown link syntax error (microsoft#35123)
1 parent 196c0aa commit 2511f34

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,27 +63,27 @@ TypeScript is currently accepting contributions in the form of bug fixes. A bug
6363

6464
## Contributing features
6565

66-
Features (things that add new or improved functionality to TypeScript) may be accepted, but will need to first be approved ([labelled "help wanted"](https://github.com/Microsoft/TypeScript/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22 or in the "Backlog" milestone) by a TypeScript project maintainer) in the suggestion issue. Features with language design impact, or that are adequately satisfied with external tools, will not be accepted.
66+
Features (things that add new or improved functionality to TypeScript) may be accepted, but will need to first be approved (labelled ["help wanted"](https://github.com/Microsoft/TypeScript/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) or in the "Backlog" milestone) by a TypeScript project maintainer) in the suggestion issue. Features with language design impact, or that are adequately satisfied with external tools, will not be accepted.
6767

6868
Design changes will not be accepted at this time. If you have a design change proposal, please log a suggestion issue.
6969

7070
## Legal
7171

7272
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.
7373

74-
Please submit a Contributor License Agreement (CLA) before submitting a pull request. You may visit https://cla.microsoft.com to sign digitally. Alternatively, download the agreement ([Microsoft Contribution License Agreement.pdf](https://opensource.microsoft.com/pdf/microsoft-contribution-license-agreement.pdf)), 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.
74+
Please submit a Contributor License Agreement (CLA) before submitting a pull request. You may visit https://cla.microsoft.com to sign digitally. Alternatively, download the agreement ([Microsoft Contribution License Agreement.pdf](https://opensource.microsoft.com/pdf/microsoft-contribution-license-agreement.pdf)), 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.
7575

7676
## Housekeeping
7777

78-
Your pull request should:
78+
Your pull request should:
7979

8080
* Include a description of what your change intends to do
81-
* Be a child commit of a reasonably recent commit in the **master** branch
81+
* Be a child commit of a reasonably recent commit in the **master** branch
8282
* Requests need not be a single commit, but should be a linear sequence of commits (i.e. no merge commits in your PR)
8383
* It is desirable, but not necessary, for the tests to pass at each commit
84-
* Have clear commit messages
84+
* Have clear commit messages
8585
* e.g. "Minor refactor in goToTypeDefinition", "Fix iterated type in for-await-of", "Add test for preserveWatchOutput on command line"
86-
* Include adequate tests
86+
* Include adequate tests
8787
* 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
8888
* Tests should include reasonable permutations of the target fix/change
8989
* Include baseline changes with your change
@@ -133,7 +133,7 @@ e.g. to run all compiler baseline tests:
133133
gulp runtests --tests=compiler
134134
```
135135

136-
or to run a specific test: `tests\cases\compiler\2dArrays.ts`
136+
or to run a specific test: `tests\cases\compiler\2dArrays.ts`
137137

138138
```Shell
139139
gulp runtests --tests=2dArrays

0 commit comments

Comments
 (0)