From 8ca069f6de006643eb3bab3eba1acdb607e744d0 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Fri, 12 Apr 2024 18:01:35 +0200 Subject: [PATCH] add a template for pull requests Signed-off-by: Nicola Murino --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) 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 00000000..44438dd6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +# Checklist for Pull Requests + +- [ ] Have you signed the [Contributor License Agreement](https://sftpgo.com/cla.html)? + +---