Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e668756

Browse files
committed
Update CONTRIBUTING.md
Add link to coding guidelines wiki page
1 parent 411d779 commit e668756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Your pull request should:
2525
* Tests should include reasonable permutations of the target fix/change
2626
* Include baseline changes with your change
2727
* All changed code must have 100% code coverage
28-
* Follow the existing code conventions in the file
28+
* Follow the code conventions descriped in [Coding guidlines](https://github.com/Microsoft/TypeScript/wiki/Coding-guidlines)
2929

3030
## Running the Tests
3131
To run all tests, invoke the runtests target using jake:
@@ -70,4 +70,4 @@ After verifying that the changes in the baselines are correct, run
7070

7171
to establish the new baselines as the desired behavior. This will change the files in tests\baselines\reference, which should be included as part of your commit. It's important to carefully validate changes in the baselines.
7272

73-
**Note** that baseline-accept should only be run after a full test run! Accepting baselines after running a subset of tests will delete baseline files for the tests that didn't run.
73+
**Note** that baseline-accept should only be run after a full test run! Accepting baselines after running a subset of tests will delete baseline files for the tests that didn't run.

0 commit comments

Comments
 (0)