From 4d40a3a754df1576b3a9e209d99b377b5541a02d Mon Sep 17 00:00:00 2001 From: Stefan Wendhausen Date: Thu, 3 Feb 2022 15:36:52 +0100 Subject: [PATCH] add issue and pr template --- .github/ISSUE_TEMPLATE.md | 13 +++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 2 files changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..b0b33b3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +--- +name: basic issue template +about: Use this template for issues. +assignees: +--- + +### What should be improved / corrected + + + +### Additional information + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..959c1df --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +Pull Request for Issue # + +### Summary of the changes + + + +### How to test + +