Skip to content

Commit b79986e

Browse files
authored
Give checklist checkboxes
Prior to this commit, checkboxes appear as bracket pairs instead of checkboxes.
1 parent ea2bc4c commit b79986e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/pull_request_template.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
Thank you for submitting a pull request!
33
44
Here's a checklist you might find useful.
5-
[ ] There is an associated issue that is labeled
5+
* [ ] There is an associated issue that is labeled
66
'Bug' or 'help wanted' or is in the Community milestone
7-
[ ] Code is up-to-date with the `master` branch
8-
[ ] You've successfully run `jake runtests` locally
9-
[ ] You've signed the CLA
10-
[ ] There are new or updated unit tests validating the change
7+
* [ ] Code is up-to-date with the `master` branch
8+
* [ ] You've successfully run `jake runtests` locally
9+
* [ ] You've signed the CLA
10+
* [ ] There are new or updated unit tests validating the change
1111
1212
Refer to CONTRIBUTING.MD for more details.
1313
https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md
1414
-->
1515

1616
Fixes #
17+

0 commit comments

Comments
 (0)