From 60d851b01416f8fd6ad186fe0f857c877fa0c85b Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Thu, 3 May 2018 12:39:13 -0700 Subject: [PATCH] Update Feature_request.md --- .github/ISSUE_TEMPLATE/Feature_request.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index c985f587208..522e77c0b7b 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -31,8 +31,9 @@ What shortcomings exist with current approaches? ## Checklist -I attest that all of the following are true: - [ ] This wouldn't change the behavior of existing JavaScript code - [ ] This could be implemented without emitting different JS based on the types of the expressions - [ ] This isn't a runtime feature that should be handled by TC39 instead +My suggestion meets these guidelines: [ ] This wouldn't be a breaking change in existing TypeScript / JavaScript code + [ ] This wouldn't change the runtime behavior of existing JavaScript code + [ ] This could be implemented without emitting different JS based on the types of the expressions + [ ] This isn't a runtime feature (e.g. new expression-level syntax) +