diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ef2a757d..fe9a1d08 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,13 @@ Closes #???? -The following tasks have been completed: + - * [ ] Modified Web platform tests (link to pull request) +Describe Change Here! -Implementation commitment: +## Implementation - * [ ] WebKit (https://bugs.webkit.org/show_bug.cgi?id=) - * [ ] Chromium (https://bugs.chromium.org/p/chromium/issues/detail?id=) - * [ ] Gecko (https://bugzilla.mozilla.org/show_bug.cgi?id=) +* WPT tests: [LINK]() +* Implementations (link to issue or when done, link to commit): + * WebKit: [ISSUE]() + * Gecko: [ISSUE]() + * Blink: [ISSUE]()