From 3f1e9a5fa96f0906443691d2c062ac49bbc9b4da Mon Sep 17 00:00:00 2001 From: Michele Peresano Date: Sat, 2 Apr 2022 18:34:07 +0200 Subject: [PATCH] Add Pull Request template --- .../pull_request_template.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..6a63b790 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,20 @@ +#### Description + +- Reason for the Pull Request (PR) +- Summary of the proposed changes + +#### Relation to open issues + +- Closes #XXX +- ... + +#### Preliminary checks + +- [ ] I have gone through the [Contribution guidelines](https://protopipe.readthedocs.io/en/latest/contribute/index.html) +- [ ] I have added or improved unit testing related to the proposed changes +- [ ] I have updated or improved the documentation related to the proposed changes +- [ ] All tests and documentation build pass without warnings or errors on my local setup + +#### Additional information + +... \ No newline at end of file