From e7c124ab5df64a5edee31df92fec77ada614b435 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Mon, 11 Mar 2024 13:09:43 +0100 Subject: [PATCH] chore(github): add PR template (#9) --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 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..1c82e69 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +### Context + +Please include relevant motivation and context for this PR. + + +### Description + +Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change. + + +### License + +By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.