From 97adac257210b6a8f9e395a28715c030be093eea Mon Sep 17 00:00:00 2001 From: Mattia Lavacca Date: Mon, 25 Mar 2024 11:46:46 +0100 Subject: [PATCH] chore: pull_request_template.md added (#50) Signed-off-by: Mattia Lavacca --- .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 000000000..b4b571d41 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +**What this PR does / why we need it**: + +**Which issue this PR fixes** + +Fixes # + +**Special notes for your reviewer**: + +**PR Readiness Checklist**: + +Complete these before marking the PR as `ready to review`: + +- [ ] the `CHANGELOG.md` release notes have been updated to reflect significant changes