From a030084a391c4c300f2d78f80541e095350f9101 Mon Sep 17 00:00:00 2001 From: peterlaurin <69608241+peterlaurin@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:40:02 -0700 Subject: [PATCH] Created pull_request_template.md Adding test pull request --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 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 00000000..f7b3e630 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +If this pull request addresses an open issue on the repository, please add 'Closes #NN' below, where NN is the issue number. + +Please briefly summarise the changes made in the pull request, and the reason(s) for making these changes. + +If any relevant discussions have taken place elsewhere, please provide links to these. + +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.