From d73fc0deb0b53dde99ddeae40b2ffb8bba94d55f Mon Sep 17 00:00:00 2001 From: Sanket Joshi Date: Thu, 8 Aug 2024 15:14:25 -0700 Subject: [PATCH] Update PR template per Editing WG resolution. --- .github/PULL_REQUEST_TEMPLATE.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3f9599e..c52e954 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,12 @@ -Closes #???? - -The following tasks have been completed: - - * [ ] Modified Web platform tests (link to pull request) - -Implementation commitment: - - * [ ] 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=) \ No newline at end of file + + +For normative changes, the following tasks have been completed: + * [ ] Editing WG resolution on the proposed changes, with at least two implementers participating and not objecting: + * [ ] WebKit + * [ ] Chromium + * [ ] Gecko + + * [ ] For browsers that are shipping the feature, implementation bugs are filed for the proposed changes (link to bug, or write "Not Implementing"): + * [ ] 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=) \ No newline at end of file