From f2bf7968a78c4ce4ec098b42f73f5e93a65173a9 Mon Sep 17 00:00:00 2001 From: Miguel Duarte Barroso Date: Tue, 6 Aug 2024 12:55:18 +0200 Subject: [PATCH] ci: add a pull request template Let's get rid of the checklist that is present in the org's template. Signed-off-by: Miguel Duarte Barroso --- .github/pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 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..0b5ddcd5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ + + +**What this PR does / why we need it**: + +**Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets merged)*: +Fixes # + +**Special notes for your reviewer**: + +**Release note**: + +```release-note + +``` +