Skip to content

Commit e923016

Browse files
authored
Merge pull request #24160 from KSXGitHub/patch-1
Give checklist checkboxes
2 parents 60df467 + b79986e commit e923016

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.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)