From 3d0cabce8ac019cc274c32c4e976feb41b36081a Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Mon, 28 Jul 2014 12:17:20 -0700 Subject: [PATCH] Updated Contributing to TypeScript (markdown) --- Contributing-to-TypeScript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing-to-TypeScript.md b/Contributing-to-TypeScript.md index 7c867dc..de34c20 100644 --- a/Contributing-to-TypeScript.md +++ b/Contributing-to-TypeScript.md @@ -23,7 +23,7 @@ We'll be using Labels to track the status of suggestions or feature requests. Yo * `Accepting PRs`: We are accepting pull requests that fully implement this feature * `Committed`: We have allocated time on the team schedule to implement this feature -Declined suggestions will have the Declined label along with one of the following: +Declined suggestions will have the `Declined` label along with one of the following: * `Out of Scope`: Is outside the scope of the TypeScript compiler; would be better implemented as a separate tool or extension rather than a change to TypeScript itself * `Too Complex`: The amount of complexity that this (and its future implications) would introduce is not justified by the amount of value it adds to the language * `Breaking Change`: Would meaningfully break compatibility with JavaScript or a previous version of TypeScript, or would prevent us from implementing known future ECMAScript proposals