From cce4ce68002a7d24e0f410ff8fec75e2f9eea3d7 Mon Sep 17 00:00:00 2001 From: Tommaso Barbugli Date: Thu, 20 Feb 2020 13:17:32 +0100 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 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..fac8f083 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +# Submit a pull request + +## CLA + +- [ ] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required). +- [ ] The code changes follow best practices +- [ ] Code changes are tested (add some information if not applicable) + +## Description of the pull request