From be8f3c9f9c2d5e57452b705407d7d5ee7d43b423 Mon Sep 17 00:00:00 2001 From: James Nurthen Date: Fri, 14 Oct 2022 16:09:05 -0700 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 140f4d751..64d9e58ba 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,19 +4,22 @@ Closes #???? Describe Change Here! -# PR tracking +# Issue/PR tracking +if not applicable state N/A -* Related Core AAM PR: -* Related AccName PR: -* Related APG PR: -* Any other dependent changes? + + +* [ ] Related Core AAM Issue/PR: +* [ ] Related AccName Issue/PR: +* [ ] Related APG Issue/PR: +* [ ] Any other dependent changes? # Implementation tracking * [ ] validator tests -* WPT tests: [LINK]() -* Browser implementations (link to issue or when done, link to commit): +* [ ] WPT tests: [LINK]() +* [ ] Browser implementations (link to issue or when done, link to commit): * WebKit: [ISSUE]() * Gecko: [ISSUE]() * Blink: [ISSUE]() -* Does this need AT implementations? \ No newline at end of file +* [ ] Does this need AT implementations?