Merge pull request #6136 from Microsoft/dontEditDocs

Added README.md to the 'doc' folder.
This commit is contained in:
Daniel Rosenwasser 2015-12-17 13:40:33 -08:00
commit 5d8d09f90d

7
doc/README.md Normal file
View File

@ -0,0 +1,7 @@
This directory contains miscellaneous documentation such as the TypeScript language specification and logo.
If you are looking for more introductory material, you might want to take a look at the [TypeScript Handbook](https://github.com/Microsoft/TypeScript-Handbook).
# Spec Contributions
The specification is first authored as a Microsoft Word (docx) file and then generated into Markdown and PDF formats.
Due to the binary format of docx files, and the merging difficulties that may come with it, it is preferred that any suggestions or problems found in the spec should be [filed as issues](https://github.com/Microsoft/TypeScript/issues/new) rather than sent as pull requests.