TypeScript/.github/ISSUE_TEMPLATE/Feature_request.md

40 lines
1.1 KiB
Markdown
Raw Normal View History

2018-05-03 20:00:02 +02:00
---
name: Feature request
about: Suggest an idea for this project
---
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section.
-->
## Search Terms
<!-- List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily -->
## Suggestion
<!-- A summary of what you'd like to see added or changed -->
## Use Cases
<!--
What do you want to use this for?
What shortcomings exist with current approaches?
-->
## Examples
<!-- Show how this would be used and what the behavior would be -->
## Checklist
2018-05-03 21:39:13 +02:00
My suggestion meets these guidelines:
2018-05-03 20:00:02 +02:00
[ ] This wouldn't be a breaking change in existing TypeScript / JavaScript code
2018-05-03 21:39:13 +02:00
[ ] 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)