From 6315897b2044ac38513f79276997d6c7afcb24f4 Mon Sep 17 00:00:00 2001 From: mnshgl0110 Date: Mon, 28 Oct 2024 16:02:37 +0100 Subject: [PATCH] Add template for PR --- .github/PULL_REQUEST_TEMPLATE/pull_request.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request.md b/.github/PULL_REQUEST_TEMPLATE/pull_request.md new file mode 100644 index 0000000..1273ca9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request.md @@ -0,0 +1,24 @@ +* **Please check if the PR fulfills these requirements** +- [ ] Is the commit message clear and explains what the PR does? +- [ ] Is the PR tested? +- [ ] Are tests for the changes available and added (for bug fixes / features) +- [ ] If needed, docs have been added / updated (for bug fixes / features) + + +* **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**: \ No newline at end of file