You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@ Closes #
9
9
10
10
### Checklist:
11
11
-[ ] All relevant tags have been applied to this PR
12
-
-[ ] This PR includes unit tests covering all the new code
13
-
-[ ] This PR includes API docs for newly added methods/properties
12
+
-[ ] This PR includes unit tests covering all the new code ([test guidelines](https://github.com/IgniteUI/igniteui-angular/wiki/Test-implementation-guidelines-for-Ignite-UI-for-Angular))
13
+
-[ ] This PR includes API docs for newly added methods/properties ([api docs guidelines](https://github.com/IgniteUI/igniteui-angular/wiki/Documentation-Guidelines))
14
14
-[ ] This PR includes `feature/README.MD` updates for the feature docs
15
15
-[ ] This PR includes general feature table updates in the root `README.MD`
16
16
-[ ] This PR includes `CHANGELOG.MD` updates for newly added functionality
17
17
-[ ] This PR contains breaking changes
18
-
-[ ] This PR includes `ng update` migrations for the breaking changes
18
+
-[ ] This PR includes `ng update` migrations for the breaking changes ([migrations guidelines](https://github.com/IgniteUI/igniteui-angular/wiki/Update-Migrations))
19
19
-[ ] This PR includes behavioral changes and the feature specification has been updated with them
0 commit comments