Skip to content

Commit 4264629

Browse files
authored
Give issue template's checklist checkboxes
Prior to this commit, checkboxes appear as pairs of brackets rather than proper checkboxes
1 parent ea2bc4c commit 4264629

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/Feature_request.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ What shortcomings exist with current approaches?
3232
## Checklist
3333

3434
My suggestion meets these guidelines:
35-
[ ] This wouldn't be a breaking change in existing TypeScript / JavaScript code
36-
[ ] This wouldn't change the runtime behavior of existing JavaScript code
37-
[ ] This could be implemented without emitting different JS based on the types of the expressions
38-
[ ] This isn't a runtime feature (e.g. new expression-level syntax)
35+
* [ ] This wouldn't be a breaking change in existing TypeScript / JavaScript code
36+
* [ ] This wouldn't change the runtime behavior of existing JavaScript code
37+
* [ ] This could be implemented without emitting different JS based on the types of the expressions
38+
* [ ] This isn't a runtime feature (e.g. new expression-level syntax)
3939

0 commit comments

Comments
 (0)