From bf06390ac82a1ef793cfa09dfb7bb0bf39380a68 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 2 Oct 2020 08:00:39 +0200 Subject: [PATCH] Update pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 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 00000000..d77baab1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ + + +## Summary +Explain in one sentence the goal of this Pull Request + +Solve the issue: #___ + +## Quick changelog + +- +- + +## What's new + +*Explain in details what this PR solve or improve. You can include visuals.* + +