From da24c3a097176fad003abb535455ccb8c29bd67f Mon Sep 17 00:00:00 2001 From: "Krieg, Alexander" Date: Fri, 26 May 2023 14:11:55 +0200 Subject: [PATCH] feat(template): template for pull requests --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 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..014a281 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ + + +**Description** + + + + +Fixes #ISSUE + +**Checklist** + +- [ ] Unit tests updated +- [ ] End user documentation updated +- [ ] Acceptance tests successful \ No newline at end of file