From d3eb8e70f8df86b94461bf3491460ec05f84f552 Mon Sep 17 00:00:00 2001 From: Jonas Zohren Date: Thu, 12 Nov 2020 19:38:14 +0100 Subject: Add templates for issues and PRs Signed-off-by: Jonas Zohren <15788906+jfowl@users.noreply.github.com> --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/pull_request_template.md (limited to '.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..fbc61e54 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +### Component/Part + + +### Description +This PR fixes/adds/improves/... + +### Steps + + + +- [ ] added implementation +- [ ] added / updated tests +- [ ] added / updated documentation +- [ ] extended changelog + +### Related Issue(s) + -- cgit v1.2.3