From 6a448d2bf52dc6bdb4ec4732a55480776c9aed42 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Wed, 26 Jun 2024 13:49:24 +0200 Subject: [PATCH] Add a simple PR template --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 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 000000000..abe3fccd1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ + + +[Please describe here what your change is about] + + +---------------------- +By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.txt). +For more information on licensing, please check [here](https://github.com/hibernate/hibernate-reactive/blob/main/LICENSE). + +----------------------