Update CONTRIBUTING.md

Add link to coding guidelines wiki page
This commit is contained in:
Mohamed Hegazy 2014-07-16 12:46:52 -07:00
parent 411d7796d4
commit e668756ac2

View file

@ -25,7 +25,7 @@ Your pull request should:
* Tests should include reasonable permutations of the target fix/change
* Include baseline changes with your change
* All changed code must have 100% code coverage
* Follow the existing code conventions in the file
* Follow the code conventions descriped in [Coding guidlines](https://github.com/Microsoft/TypeScript/wiki/Coding-guidlines)
## Running the Tests
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
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.
**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.
**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.