mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-05 20:27:56 -05:00
Updated Contributing to TypeScript (markdown)
@@ -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.
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user