From 050d92d8221f9d5b114e48257d1eb8342877a605 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Mon, 5 Feb 2024 13:02:07 -0500 Subject: [PATCH] Additional detail suggestions for the PR description h/t to @stvnrlly for these suggestions! Co-authored-by: Steven Reilly --- .github/pull_request_template.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8f732f160..bf19e4466 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -27,6 +27,12 @@ expected outcome(s) is/are from there. If there are complex implementation details within the changes, this is a great place to explain those details using plain language. +This should include: + +- Links to issues that this PR addresses +- Screenshots of any visible changes +- Dependency changes + If there are any caveats, known issues, follow-up items, etc., make a quick note of them here as well, though more details are probably warranted in the issue itself in this case.