From 4acee1523d4fb20199e63f196ef4dc9b99fdc19d Mon Sep 17 00:00:00 2001 From: Thomas Samuel Binns Date: Wed, 18 Sep 2024 18:29:46 +0200 Subject: [PATCH] Add PR template --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 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..6e689f6 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +Thanks for contributing to PyPARRM! Before submitting your pull request, +please read the [contribution guide](https://pyparrm.readthedocs.io/en/main/development.html#contributing-to-pyparrm). + +#### Reference issue +Addresses #ISSUE_NUMBER. + + +#### What does this implement/fix? +〈Replace this text with a clear and concise description of this pull request's +content.〉 + + +#### Additional information +〈Replace this text with additional information that is relevant to the pull +request.〉