From fa1571679e0aa1beeba69746430a74038f35a71f Mon Sep 17 00:00:00 2001 From: Kaija Gahm <37053323+kaijagahm@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:36:28 -0700 Subject: [PATCH] Update pull_request_template.md Just a simple update for our own use --- .github/pull_request_template.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f7b3e630..1954bd1d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,13 @@ -If this pull request addresses an open issue on the repository, please add 'Closes #NN' below, where NN is the issue number. +----- TEMPLATE: PLEASE FILL IN ------ +# Description -Please briefly summarise the changes made in the pull request, and the reason(s) for making these changes. +*Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.* -If any relevant discussions have taken place elsewhere, please provide links to these. +Fixes # [ISSUE NUMBER] -For review requests pertaining to specific episodes, please tag `xortizross` for lesson 4 (minimal reproducible data), `peterlaurin` for -lesson 3 (identify the problem) and `kaijagahm` for lesson 1 and 6. For other lessons, feel free to tag whomever. +# Tag maintainers +*Please tag the appropriate maintainer, depending on which episode your change pertains to* +**Identify the Problem**: tag @peterlaurin +**Minimal Reproducible Data**: tag @xortizross +**Minimal Reproducible Code**: tag @kaijagahm +**Anything else**: use your judgment!