From a6d5132b8c2ff077680e2edfd8361a93008197fd Mon Sep 17 00:00:00 2001 From: Thomas Schuetz Date: Wed, 22 Mar 2023 10:58:17 +0100 Subject: [PATCH] chore: add pull request template Signed-off-by: Thomas Schuetz --- .github/pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 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 0000000000..02c47f57d7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ + + + +Closes # + +## 📑 Description + + +## ✅ Checks + +- [ ] My pull request adheres to the code style of this project +- [ ] My code requires changes to the documentation +- [ ] I have updated the documentation as required +- [ ] All the tests have passed + +## ℹ Additional Information + \ No newline at end of file