Skip to content

Commit dbef411

Browse files
authored
Merge pull request #7105 from IgniteUI/nalipiev/pr-template
chore(*): update PR template with links to related wiki pages
2 parents 15cb1fc + a94e2c1 commit dbef411

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
@@ -9,12 +9,12 @@ Closes #
99

1010
### Checklist:
1111
- [ ] 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))
1414
- [ ] This PR includes `feature/README.MD` updates for the feature docs
1515
- [ ] This PR includes general feature table updates in the root `README.MD`
1616
- [ ] This PR includes `CHANGELOG.MD` updates for newly added functionality
1717
- [ ] 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))
1919
- [ ] This PR includes behavioral changes and the feature specification has been updated with them
2020

0 commit comments

Comments
 (0)