From ac252c2d3be547815bcb48094c004e07bd11d29f Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Wed, 29 Apr 2015 15:39:48 -0700 Subject: [PATCH] Updated Contributing to TypeScript (markdown) --- Contributing-to-TypeScript.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Contributing-to-TypeScript.md b/Contributing-to-TypeScript.md index e80d78b..6ca3615 100644 --- a/Contributing-to-TypeScript.md +++ b/Contributing-to-TypeScript.md @@ -29,4 +29,14 @@ Declined suggestions will have the `Declined` label along with one of the follow * `Breaking Change`: Would meaningfully break compatibility with JavaScript or a previous version of TypeScript, or would prevent us from implementing known future ECMAScript proposals * `By Design`: This aspect of the language is an intentional design decision -Issues that are not bugs or suggestions will be labelled appropriately (`Question`, `By Design`, `External`) and closed. Please use [Stack Overflow](http://stackoverflow.com/questions/tagged/typescript) for TypeScript questions. \ No newline at end of file +Issues that are not bugs or suggestions will be labelled appropriately (`Question`, `By Design`, `External`) and closed. Please use [Stack Overflow](http://stackoverflow.com/questions/tagged/typescript) for TypeScript questions. + +### Documentation + +For any new features, please: +* Add a link to the Roadmap: https://github.com/Microsoft/TypeScript/wiki/Roadmap +* Add a blurb to what's new page: https://github.com/Microsoft/TypeScript/wiki/What%27s-new-in-TypeScript +* Add a section to the Handbook, if big enough: https://github.com/Microsoft/TypeScript-Handbook +* For breaking changes: + * Add a breaking change notice: https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes + * or to the API breaking changes pages: https://github.com/Microsoft/TypeScript/wiki/API-Breaking-Changes