1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-21 17:46:35 +02:00

chore: Update PR template (#8750)

Adds reminders to check impact of JSDoc and DOM changes.
This commit is contained in:
mister-ben 2024-05-28 19:44:56 +02:00 committed by GitHub
parent 4de09e4335
commit c5f548be09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,4 +13,6 @@ Please list the specific changes involved in this pull request.
- [ ] Unit Tests updated or fixed
- [ ] Docs/guides updated
- [ ] Example created ([starter template on JSBin](https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0))
- [ ] Has no DOM changes which impact accessiblilty or trigger warnings (e.g. Chrome issues tab)
- [ ] Has no changes to JSDoc which cause `npm run docs:api` to error
- [ ] Reviewed by Two Core Contributors