From e54da129e57f2a055086a32ecbe18d0fc945c1c8 Mon Sep 17 00:00:00 2001 From: Johanna-hub Date: Thu, 13 Dec 2018 18:19:56 +0000 Subject: [PATCH] chore:add PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 1 file changed, 12 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..e513d6f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +Closes #??? + +The following tasks have been completed: + + * [ ] Confirmed there are no ReSpec/BikeShed errors or warnings. + * [ ] 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