mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 20:14:01 -06:00
Merge pull request #24161 from KSXGitHub/patch-2
Give issue template's checklist checkboxes
This commit is contained in:
commit
32c43bbbcc
8
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
8
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
@ -32,8 +32,8 @@ What shortcomings exist with current approaches?
|
||||
## Checklist
|
||||
|
||||
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)
|
||||
* [ ] 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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user