From 1079fd7662134d95063aa9a1d450953913eb2aec Mon Sep 17 00:00:00 2001 From: Sanket Joshi Date: Thu, 8 Aug 2024 15:09:34 -0700 Subject: [PATCH] Add PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..796fccb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ + + +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=) +