Skip to content

Commit c41c4bd

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md
1 parent 549f6f5 commit c41c4bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Closes # <!-- REQUIRED: Add the issue number (ex: #12) so the issue is automatic
1717
### Description of the changes
1818

1919
### PR checklist
20-
- [ ] Added tests and all passed
20+
- [ ] Project builds (`npm run build`) and changes have been tested in supported browsers (including IE11)
2121
- [ ] All public classes and methods have been documented
2222
- [ ] Added appropriate [documentation](https://github.com/microsoftgraph/microsoft-graph-docs/tree/master/concepts/toolkit)
23-
- [ ] License header has been added to all new source files
23+
- [ ] License header has been added to all new source files (`npm run setLicense`)
2424
- [ ] Contains **NO** breaking changes
2525

2626
### Other information
2727
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below.
28-
Please note that breaking changes are likely to be rejected -->
28+
Please note that breaking changes are likely to be rejected -->

0 commit comments

Comments
 (0)