From 5f9679cacce19be6301494638f4fea3f077b6dfc Mon Sep 17 00:00:00 2001 From: Marcel W <44367835+MarcelWolkober@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:17:29 +0200 Subject: [PATCH] Create plull_request_template.md --- .github/plull_request_template.md | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/plull_request_template.md diff --git a/.github/plull_request_template.md b/.github/plull_request_template.md new file mode 100644 index 0000000..6dfb648 --- /dev/null +++ b/.github/plull_request_template.md @@ -0,0 +1,32 @@ +## Preparations +Please check if the PR fulfills these requirements +- [ ] Readme (How to Install, Run, Use and Configure) wurde aktualisiert falls nötig +- [ ] The feature has a documentation +- [ ] Unit tests for new features are available and working (if possible) +- [ ] All tests have to be successful +- [ ] At least one reviewer has to accept the pull request +- [ ] All open threads are resolved +## :ticket: Description + + +* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) + + + +* **What is the current behavior?** (You can also link to an open issue here) + + + +* **What is the new behavior (if this is a feature change)?** + + + +* **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?) + + + +* **Other information**: + + +## :lock: Closes +Which issue(s) is (are) being closed by the PR?