From 99cd178571cfdf6b6828ef60f4eca57890f14e18 Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Thu, 17 Nov 2022 12:35:10 +0100 Subject: [PATCH] chore: move pr template into github (#119) --- .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 0000000..fac8f08 --- /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