From 30a0ef69b43cdd48150aeba1390af74eb02c7dbb Mon Sep 17 00:00:00 2001 From: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:36:26 +0200 Subject: [PATCH] chore: Add PR template (#81) Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 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..2b56eacd --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ + + + + + + +**Checklist:** + +- [ ] **Commit Message Formatting**: Commit titles and messages follow guidelines in the + [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary). +- [ ] Documentation has been updated, if necessary. +- [ ] Examples have been added, if necessary. +- [ ] Tests have been added, if necessary.