From b18dff97dd225db9305ee61c4e0260bfd3ab5b00 Mon Sep 17 00:00:00 2001 From: Laurenz Rausche Date: Mon, 29 Apr 2024 19:12:06 +0000 Subject: [PATCH] added pr template --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) 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 0000000..c2cc0fd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1 @@ +Merge `from_banch` into `to_branch` (`from_type` into `to_type` branch) \ No newline at end of file