From 7eda26477d4b66840cbaf3792c41f9723b1e146d Mon Sep 17 00:00:00 2001 From: Jonathan Mayer Date: Thu, 28 Mar 2024 11:33:48 +0100 Subject: [PATCH] feat: pull request template (#6) --- .../pull_request_template.md | 25 +++++++++++++++++++ 1 file changed, 25 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 0000000..53149f0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,25 @@ +## Motivation + + + +## Changes + + + +## Tests done + + + +## TODO + +- [x] I've assigned myself to this PR